Skip to content

Commit

Permalink
chore: remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Dec 22, 2024
1 parent add73de commit 520c791
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions disnake/types/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,6 @@ class GuildSoundboardSoundDelete(TypedDict):


# https://discord.com/developers/docs/topics/gateway-events#guild-soundboard-sounds-update
# NOTE: the docs currently claim that this is a simple array; for now, this is
# based on the code in the desktop client, which shows this familiar structure
class GuildSoundboardSoundsUpdate(TypedDict):
guild_id: Snowflake
soundboard_sounds: List[GuildSoundboardSound]

0 comments on commit 520c791

Please sign in to comment.