Skip to content

Commit 357f127

Browse files
committed
added comma in remaining files
1 parent 5e857d7 commit 357f127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

discord/commands/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"application_command",
6363
"slash_command",
6464
"user_command",
65-
"message_command"
65+
"message_command",
6666
)
6767

6868
def wrap_callback(coro):

discord/commands/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from ..utils import cached_property
4040

4141
__all__ = (
42-
"ApplicationContext"
42+
"ApplicationContext",
4343
)
4444

4545
class ApplicationContext(discord.abc.Messageable):

0 commit comments

Comments
 (0)