[V3 Tools] listchannels -> listchannel

Change to not collide with Trusty's serverstats cog
This commit is contained in:
aikaterna
2018-10-30 08:22:31 -07:00
committed by GitHub
parent d4e3d55571
commit c3ab361396

View File

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