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 d5cba04 commit 39a107aCopy full SHA for 39a107a
discord_slash/client.py
@@ -26,6 +26,8 @@ class SlashCommand:
26
:type sync_on_cog_reload: bool
27
:param override_type: Whether to override checking type of the client and try register event.
28
:type override_type: bool
29
+ :param application_id: The application id of the bot, required only when the application id and bot id are different. (old bots)
30
+ :type application_id: int
31
32
.. note::
33
If ``sync_on_cog_reload`` is enabled, command syncing will be triggered when :meth:`discord.ext.commands.Bot.reload_extension`
0 commit comments