From c3ab361396d8ec9d28fa2f028379e8f6fd8634e5 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Tue, 30 Oct 2018 08:22:31 -0700 Subject: [PATCH] [V3 Tools] listchannels -> listchannel Change to not collide with Trusty's serverstats cog --- tools/tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tools.py b/tools/tools.py index 84f9425..6a2c197 100644 --- a/tools/tools.py +++ b/tools/tools.py @@ -385,8 +385,8 @@ class Tools(BaseCog): @commands.guild_only() @checks.mod_or_permissions(manage_channels=True) - @commands.command(name="listchannels", aliases=["channellist"]) - async def listchannels(self, ctx): + @commands.command(name="listchannel", aliases=["channellist"]) + async def listchannel(self, ctx): """ List the channels of the current server """