From 520c791ba6ad05fc823f65463bba5fd00f9edd90 Mon Sep 17 00:00:00 2001 From: shiftinv Date: Sun, 22 Dec 2024 18:04:03 +0100 Subject: [PATCH] chore: remove outdated comment --- disnake/types/gateway.py | 2 -- 1 file changed, 2 deletions(-) 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]