From 5aaf0a47ea857a35bcdd93a8f2551d9fd3fba558 Mon Sep 17 00:00:00 2001 From: Paillat Date: Tue, 17 Dec 2024 08:37:06 +0100 Subject: [PATCH] :memo: Add `VoiceChannelEffectAnimationType` --- docs/api/enums.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/api/enums.rst b/docs/api/enums.rst index cd48a85cf5..15062e7d76 100644 --- a/docs/api/enums.rst +++ b/docs/api/enums.rst @@ -2500,3 +2500,17 @@ of :class:`enum.Enum`. .. attribute:: private_channel The interaction is in a private DM or group DM channel. + +.. class:: VoiceChannelEffectAnimationType + + Represents the type of animation for a voice channel effect. + + .. versionadded:: 2.7 + + .. attribute:: premium + + The animation is a premium effect. + + .. attribute:: basic + + The animation is a basic effect.