Skip to content

Commit 019eeef

Browse files
committed
revert: commit signoff err
1 parent 390d3fd commit 019eeef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

interactions/api/events/discord.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ 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"))
146145
guild_id: "Snowflake_Type" = attrs.field(
147146
repr=False, metadata=docs("The guild the command permissions were updated in")
148147
)

0 commit comments

Comments
 (0)