From 4e69e658b33ff5ae91e94c43ecb877e1ab171369 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Fri, 7 Oct 2016 17:51:16 -0500 Subject: [PATCH] Corrected syntax error --- cogs/da.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/da.py b/cogs/da.py index 25dc025..96c2d9a 100644 --- a/cogs/da.py +++ b/cogs/da.py @@ -82,7 +82,7 @@ class Deviantart: @commands.group() @checks.custom_perms(send_messages=True) - async def da(self) + async def da(self): pass @da.command(pass_context=True, name='sub', aliases=['add', 'subscribe'])