This commit is contained in:
Abigail 2019-12-23 18:10:36 -05:00
parent f1993c85b2
commit f7aaa467b5
1 changed files with 1 additions and 1 deletions

View File

@ -42,8 +42,8 @@ bot = commands.Bot(command_prefix=opt.prefix,
bot.qrm = SimpleNamespace()
bot.qrm.session = aiohttp.ClientSession(headers={'User-Agent': f'discord-qrm2/{info.release}'})
# --- Commands ---
# --- Commands ---
@bot.command(name="restart", hidden=True)
@commands.check(cmn.check_if_owner)