Fix typo in private property name.
This commit is contained in:
parent
f26a27dc98
commit
f3f2f882fd
@ -589,7 +589,7 @@ class CategoryChannel(discord.abc.GuildChannel, Hashable):
|
|||||||
self._fill_overwrites(data)
|
self._fill_overwrites(data)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def _sorting_bucker(self):
|
def _sorting_bucket(self):
|
||||||
return ChannelType.category
|
return ChannelType.category
|
||||||
|
|
||||||
def is_nsfw(self):
|
def is_nsfw(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user