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 bddc2bd commit b299a7fCopy full SHA for b299a7f
interactions/api/events/discord.py
@@ -142,6 +142,7 @@ class AutoModDeleted(AutoModCreated):
142
143
@attrs.define(eq=False, order=False, hash=False, kw_only=False)
144
class ApplicationCommandPermissionsUpdate(BaseEvent):
145
+ id: "Snowflake_Type" = attrs.field(repr=False, metadata=docs("The ID of the command permissions were updated for"))
146
guild_id: "Snowflake_Type" = attrs.field(
147
repr=False, metadata=docs("The guild the command permissions were updated in")
148
)
0 commit comments