From 8af5ecd645ef3a5e3541e7f8b1691154b4951b87 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Fri, 15 Jul 2016 08:28:23 -0500 Subject: [PATCH] Fixed syntax error --- cogs/utils/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/utils/checks.py b/cogs/utils/checks.py index 1c48634..fe1cdbf 100644 --- a/cogs/utils/checks.py +++ b/cogs/utils/checks.py @@ -2,7 +2,7 @@ from discord.ext import commands from . import config -def isOwner(ctx) +def isOwner(ctx): return ctx.message.author.id == config.ownerID #def isOwner():