Nadir Chowdhury
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
0 deletions
-
discord/enums.py
-
docs/api.rst
|
|
@ -491,6 +491,7 @@ class ButtonStyle(Enum): |
|
|
|
# Aliases |
|
|
|
blurple = 1 |
|
|
|
grey = 2 |
|
|
|
gray = 2 |
|
|
|
green = 3 |
|
|
|
red = 4 |
|
|
|
|
|
|
|
|
|
@ -1429,6 +1429,9 @@ of :class:`enum.Enum`. |
|
|
|
An alias for :attr:`primary`. |
|
|
|
.. attribute:: grey |
|
|
|
|
|
|
|
An alias for :attr:`secondary`. |
|
|
|
.. attribute:: gray |
|
|
|
|
|
|
|
An alias for :attr:`secondary`. |
|
|
|
.. attribute:: green |
|
|
|
|
|
|
|