Skip to content

Commit b299a7f

Browse files
authored
feat: add id attr to app perms update event (#1485)
1 parent bddc2bd commit b299a7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interactions/api/events/discord.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ class AutoModDeleted(AutoModCreated):
142142

143143
@attrs.define(eq=False, order=False, hash=False, kw_only=False)
144144
class ApplicationCommandPermissionsUpdate(BaseEvent):
145+
id: "Snowflake_Type" = attrs.field(repr=False, metadata=docs("The ID of the command permissions were updated for"))
145146
guild_id: "Snowflake_Type" = attrs.field(
146147
repr=False, metadata=docs("The guild the command permissions were updated in")
147148
)

0 commit comments

Comments
 (0)