Browse Source

Fix typo in private property name.

pull/1995/head
Rapptz 6 years ago
parent
commit
f3f2f882fd
  1. 2
      discord/channel.py

2
discord/channel.py

@ -589,7 +589,7 @@ class CategoryChannel(discord.abc.GuildChannel, Hashable):
self._fill_overwrites(data)
@property
def _sorting_bucker(self):
def _sorting_bucket(self):
return ChannelType.category
def is_nsfw(self):

Loading…
Cancel
Save