From f7aaa467b5e87ed70f3183ff7199323bb78813da Mon Sep 17 00:00:00 2001 From: Abigail Date: Mon, 23 Dec 2019 18:10:36 -0500 Subject: [PATCH] >_> pep8 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 3a110a6..f98c869 100644 --- a/main.py +++ b/main.py @@ -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)