Skip to content

Commit d580dd0

Browse files
Document application_id
1 parent 39a107a commit d580dd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord_slash/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ class CommandData:
7272
:ivar description: Description of the command.
7373
:ivar options: List of :class:`OptionData`.
7474
: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)
7576
"""
7677

7778
def __init__(

0 commit comments

Comments
 (0)