int() support

This commit is contained in:
iDutchy
2020-10-17 19:14:51 -05:00
parent 24839be99d
commit 09168d880f
8 changed files with 25 additions and 1 deletions

View File

@ -206,6 +206,9 @@ class GuildChannel:
def __str__(self):
return self.name
def __int__(self):
return self.id
@property
def _sorting_bucket(self):
raise NotImplementedError