diff --git a/disnake/types/gateway.py b/disnake/types/gateway.py index 63bc3bc5c8..0aabbbf47c 100644 --- a/disnake/types/gateway.py +++ b/disnake/types/gateway.py @@ -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]