Add ButtonStyle.url alias for ButtonStyle.link

This commit is contained in:
Rapptz
2021-07-01 20:42:56 -04:00
parent 812bfbe6f9
commit 4f0e907e44
2 changed files with 4 additions and 0 deletions

View File

@ -494,6 +494,7 @@ class ButtonStyle(Enum):
gray = 2
green = 3
red = 4
url = 5
def __int__(self):
return self.value