Finessed game create and delete commands

This commit is contained in:
2021-07-19 15:30:04 +01:00
parent 4277ef4f91
commit 304dd9f9de
12 changed files with 489 additions and 192 deletions

View File

@ -76,7 +76,7 @@ class Debug(commands.Cog, name='Debug Commands'):
bot_token=os.getenv('TEST_3_TOKEN'),
guild_ids=[ ctx.guild.id ]
)
await ctx.reply(f'```All slash commands have been deleted for the guold {ctx.guild.name}.```')
await ctx.reply(f'```All slash commands have been deleted for the guild `{ctx.guild.name}``.```')
elif command == '--global' or command == '-g':
await utils.manage_commands.remove_all_commands(
bot_id=self.client.user.id,