Remove int() support

This commit is contained in:
iDutchy
2020-10-17 18:45:59 -05:00
parent b9642f785e
commit 4010f09052
6 changed files with 0 additions and 21 deletions

View File

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