more refactoring

This commit is contained in:
Bibin Muttappillil 2020-07-15 16:09:38 +02:00
parent b85c20b65a
commit 13064a3af0
8 changed files with 51 additions and 40 deletions

View file

@ -31,7 +31,7 @@ bot.load_extension('package.games.werewolf.cog')
@bot.command()
@commands.is_owner()
async def reload(ctx, extension):
bot.reload_extension(f'{extension}')
bot.reload_extension(f'package.{extension}')
# checker annotations