Skip to content

Commit 5e857d7

Browse files
Update discord/commands/errors.py
added commas Co-authored-by: Dorukyum <[email protected]>
1 parent 67fdd6f commit 5e857d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/commands/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
__all__ = (
2828
"ApplicationCommandError",
2929
"CheckFailure",
30-
"ApplicationCommandInvokeError"
30+
"ApplicationCommandInvokeError",
3131
)
3232

3333
class ApplicationCommandError(DiscordException):

0 commit comments

Comments
 (0)