mirror of
https://github.com/miaowware/qrm2.git
synced 2025-07-18 15:55:17 -04:00
>_> pep8
This commit is contained in:
parent
f1993c85b2
commit
f7aaa467b5
2
main.py
2
main.py
@ -42,8 +42,8 @@ bot = commands.Bot(command_prefix=opt.prefix,
|
|||||||
bot.qrm = SimpleNamespace()
|
bot.qrm = SimpleNamespace()
|
||||||
bot.qrm.session = aiohttp.ClientSession(headers={'User-Agent': f'discord-qrm2/{info.release}'})
|
bot.qrm.session = aiohttp.ClientSession(headers={'User-Agent': f'discord-qrm2/{info.release}'})
|
||||||
|
|
||||||
# --- Commands ---
|
|
||||||
|
|
||||||
|
# --- Commands ---
|
||||||
|
|
||||||
@bot.command(name="restart", hidden=True)
|
@bot.command(name="restart", hidden=True)
|
||||||
@commands.check(cmn.check_if_owner)
|
@commands.check(cmn.check_if_owner)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user