From f3f2f882fdcb07a6537e6399cd41414fa7121ff4 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 17 Mar 2019 15:14:58 -0400 Subject: [PATCH] Fix typo in private property name. --- discord/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/channel.py b/discord/channel.py index 42b13326f..dbbae23c0 100644 --- a/discord/channel.py +++ b/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):