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: