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 390d3fd commit 019eeefCopy full SHA for 019eeef
interactions/api/events/discord.py
@@ -142,7 +142,6 @@ 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