mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
Fix issue with speaking state causing an error.
This commit is contained in:
parent
d37839f38a
commit
67ec59caea
@ -87,6 +87,9 @@ class SpeakingState(Enum):
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
def __int__(self):
|
||||
return self.value
|
||||
|
||||
class VerificationLevel(Enum):
|
||||
none = 0
|
||||
low = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user