We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9894964 commit f1b8aa0Copy full SHA for f1b8aa0
discord/bot.py
@@ -533,7 +533,10 @@ def command(self, **kwargs):
533
return self.application_command(**kwargs)
534
535
def create_group(
536
- self, name: str, description: str, guild_ids: Optional[List[int]] = None
+ self,
537
+ name: str,
538
+ description: str,
539
+ guild_ids: Optional[List[int]] = None,
540
) -> SlashCommandGroup:
541
"""A shortcut method that creates a slash command group with no subcommands and adds it to the internal
542
command list via :meth:`~.ApplicationCommandMixin.add_application_command`.
0 commit comments