-
Notifications
You must be signed in to change notification settings - Fork 139
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 "USE_CLYDE_AI" permission #1090
Conversation
docs: clarify `Guild.fetch_member` raised exceptions (#1089)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the PR - a couple comments, mostly regarding documentation.
Additionally, since this implicitly gets denied when you can't send messages in a channel, it needs to be added in these two places as well:
Lines 639 to 644 in f08edf8
if not base.send_messages: | |
base.send_tts_messages = False | |
base.send_voice_messages = False | |
base.mention_everyone = False | |
base.embed_links = False | |
base.attach_files = False |
Lines 474 to 479 in f08edf8
if not base.send_messages_in_threads: | |
base.send_tts_messages = False | |
base.send_voice_messages = False | |
base.mention_everyone = False | |
base.embed_links = False | |
base.attach_files = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Please could you add this into a separate PR and not this one, just so there isn't any scope creep |
Clyde was deactivated about a month ago (o7), so this is no longer needed. |
Summary
discord/discord-api-docs#6354
Checklist
pdm lint
pdm pyright