[Tools] cinfo -> chinfo

This commit is contained in:
aikaterna
2020-11-06 16:07:21 -08:00
committed by GitHub
parent 7f4f756b95
commit 0e51574a20

View File

@@ -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