aboutsummaryrefslogtreecommitdiff
path: root/discord/enums.py
diff options
context:
space:
mode:
authorNadir Chowdhury <[email protected]>2021-06-28 05:01:13 +0100
committerGitHub <[email protected]>2021-06-28 00:01:13 -0400
commitf7b0ed7b1232896145251dfd876a8c4d4612de0a (patch)
tree3f552ec3548e05a251c70a469793de392d72c33e /discord/enums.py
parentFix Category.create_x_channel raising without overwrites (diff)
downloaddiscord.py-f7b0ed7b1232896145251dfd876a8c4d4612de0a.tar.xz
discord.py-f7b0ed7b1232896145251dfd876a8c4d4612de0a.zip
Add ButtonStyle.gray alias
Diffstat (limited to 'discord/enums.py')
-rw-r--r--discord/enums.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/enums.py b/discord/enums.py
index 57d43e53..0c97585f 100644
--- a/discord/enums.py
+++ b/discord/enums.py
@@ -491,6 +491,7 @@ class ButtonStyle(Enum):
# Aliases
blurple = 1
grey = 2
+ gray = 2
green = 3
red = 4