From e011b56873b4cb74e035a35ce121a21abb19a570 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Wed, 19 Apr 2017 22:18:26 -0500 Subject: [PATCH] PEP8 --- cogs/utils/checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/utils/checks.py b/cogs/utils/checks.py index 8882938..81dcc35 100644 --- a/cogs/utils/checks.py +++ b/cogs/utils/checks.py @@ -65,6 +65,7 @@ async def db_check(): def is_owner(ctx): return ctx.message.author.id in config.owner_ids + def should_ignore(message): if message.guild is None: return False