mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Add ButtonStyle.gray alias
This commit is contained in:
parent
b59ec318c0
commit
f7b0ed7b12
@ -491,6 +491,7 @@ class ButtonStyle(Enum):
|
|||||||
# Aliases
|
# Aliases
|
||||||
blurple = 1
|
blurple = 1
|
||||||
grey = 2
|
grey = 2
|
||||||
|
gray = 2
|
||||||
green = 3
|
green = 3
|
||||||
red = 4
|
red = 4
|
||||||
|
|
||||||
|
@ -1429,6 +1429,9 @@ of :class:`enum.Enum`.
|
|||||||
An alias for :attr:`primary`.
|
An alias for :attr:`primary`.
|
||||||
.. attribute:: grey
|
.. attribute:: grey
|
||||||
|
|
||||||
|
An alias for :attr:`secondary`.
|
||||||
|
.. attribute:: gray
|
||||||
|
|
||||||
An alias for :attr:`secondary`.
|
An alias for :attr:`secondary`.
|
||||||
.. attribute:: green
|
.. attribute:: green
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user