more refactoring
This commit is contained in:
parent
b85c20b65a
commit
13064a3af0
8 changed files with 51 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue