mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
Update to d.py 1.5.1, explicitly request privileged intents (#4423)
Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com>
This commit is contained in:
@@ -127,6 +127,7 @@ from discord.ext.commands import (
|
||||
Greedy as Greedy,
|
||||
ExpectedClosingQuoteError as ExpectedClosingQuoteError,
|
||||
ColourConverter as ColourConverter,
|
||||
ColorConverter as ColorConverter,
|
||||
VoiceChannelConverter as VoiceChannelConverter,
|
||||
NSFWChannelRequired as NSFWChannelRequired,
|
||||
IDConverter as IDConverter,
|
||||
@@ -145,4 +146,15 @@ from discord.ext.commands import (
|
||||
MaxConcurrencyReached as MaxConcurrencyReached,
|
||||
bot_has_guild_permissions as bot_has_guild_permissions,
|
||||
CommandRegistrationError as CommandRegistrationError,
|
||||
MessageNotFound as MessageNotFound,
|
||||
MemberNotFound as MemberNotFound,
|
||||
UserNotFound as UserNotFound,
|
||||
ChannelNotFound as ChannelNotFound,
|
||||
ChannelNotReadable as ChannelNotReadable,
|
||||
BadColourArgument as BadColourArgument,
|
||||
RoleNotFound as RoleNotFound,
|
||||
BadInviteArgument as BadInviteArgument,
|
||||
EmojiNotFound as EmojiNotFound,
|
||||
PartialEmojiConversionFailure as PartialEmojiConversionFailure,
|
||||
BadBoolArgument as BadBoolArgument,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user