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 39a107a commit d580dd0Copy full SHA for d580dd0
discord_slash/model.py
@@ -72,6 +72,7 @@ class CommandData:
72
:ivar description: Description of the command.
73
:ivar options: List of :class:`OptionData`.
74
:ivar id: Command id, this is received from discord so may not be present
75
+ :ivar application_id: The application id of the bot, required only when the application id and bot id are different. (old bots)
76
"""
77
78
def __init__(
0 commit comments