From 0e51574a207dd6cf9a9568651cfb1c074d3eca74 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Fri, 6 Nov 2020 16:07:21 -0800 Subject: [PATCH] [Tools] cinfo -> chinfo --- tools/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools.py b/tools/tools.py index 9ddfbdf..66cf1f0 100644 --- a/tools/tools.py +++ b/tools/tools.py @@ -190,7 +190,7 @@ class Tools(commands.Cog): @commands.guild_only() @commands.command() - async def cinfo(self, ctx, channel: int = None): + async def chinfo(self, ctx, channel: int = None): """Shows channel information. Defaults to current text channel.""" if channel is None: channel = ctx.channel