🥅 - Commands errors are now treaded in a better way.

This commit is contained in:
Florian SYLVAIN
2021-03-09 18:59:51 +01:00
parent 334cfce8fb
commit aaec2a4bdf
5 changed files with 129 additions and 173 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class TwitchCmds(commands.Cog, name='Twitch commands'):
def __init__(self, bot):
self.bot = bot
@commands.command()
@commands.command(ignore_extra=False)
async def chat_set(self, ctx, channel_name):
try:
await ctx.message.delete()