Skip to content

Commit f1b8aa0

Browse files
committed
Format parameters
1 parent 9894964 commit f1b8aa0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

discord/bot.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,10 @@ def command(self, **kwargs):
533533
return self.application_command(**kwargs)
534534

535535
def create_group(
536-
self, name: str, description: str, guild_ids: Optional[List[int]] = None
536+
self,
537+
name: str,
538+
description: str,
539+
guild_ids: Optional[List[int]] = None,
537540
) -> SlashCommandGroup:
538541
"""A shortcut method that creates a slash command group with no subcommands and adds it to the internal
539542
command list via :meth:`~.ApplicationCommandMixin.add_application_command`.

0 commit comments

Comments
 (0)