Skip to content

Commit

Permalink
revert: commit signoff err
Browse files Browse the repository at this point in the history
  • Loading branch information
i0bs committed Jul 14, 2023
1 parent 390d3fd commit 019eeef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interactions/api/events/discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ class AutoModDeleted(AutoModCreated):

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

0 comments on commit 019eeef

Please sign in to comment.