From ab32ae70696e04d432599cdf1f242cd9696ef0f1 Mon Sep 17 00:00:00 2001 From: Soheab <33902984+Soheab@users.noreply.github.com> Date: Mon, 29 Sep 2025 07:29:42 +0200 Subject: [PATCH] Add new effect: glow --- discord/enums.py | 1 + docs/api.rst | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/discord/enums.py b/discord/enums.py index 04ead90ae..670468c3e 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -1011,6 +1011,7 @@ class NameEffect(Enum): neon = 3 toon = 4 pop = 5 + glow = 6 def create_unknown_value(cls: Type[E], val: Any) -> E: diff --git a/docs/api.rst b/docs/api.rst index b650da0e5..6fe237d55 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -4211,6 +4211,10 @@ of :class:`enum.Enum`. .. attribute:: pop A coloured dropshadow is shown. + .. attribute:: glow + + An alternative for the gradient style is used. + .. _discord-api-audit-logs: