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")