Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add flags, default_thread_rate_limit_per_user, default_sort_order #1763

Closed
github-actions bot opened this issue Nov 7, 2022 · 1 comment · Fixed by #1636
Closed

add flags, default_thread_rate_limit_per_user, default_sort_order #1763

github-actions bot opened this issue Nov 7, 2022 · 1 comment · Fixed by #1636

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Nov 7, 2022

Line: 1430

pycord//discord/guild.py

Lines 1427 to 1437 in 5400898

self._channels[channel.id] = channel
return channel
# todo: add flags, default_thread_rate_limit_per_user, default_sort_order
async def create_forum_channel(
self,
name: str,
*,
reason: str | None = None,
category: CategoryChannel | None = None,
position: int = MISSING,

@github-actions
Copy link
Contributor Author

github-actions bot commented Nov 7, 2022

Closed in commit 6ec5b7e

@github-actions github-actions bot closed this as completed Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants