From dd8ecf759043131d97162494397cdbcd609a8413 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 23 Jul 2016 07:00:21 -0500 Subject: [PATCH] Corrected a syntax error --- cogs/links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/links.py b/cogs/links.py index 7352645..0887492 100644 --- a/cogs/links.py +++ b/cogs/links.py @@ -10,7 +10,7 @@ class Links: In other words, all commands here rely on other URL's to complete their requests""" def __init__(self, bot): - self.bot = bot + self.bot = bot @commands.command() @checks.customPermsOrRole("send_messages")