From b6a9a0da2165b322ff712a640be2794a70e1575b Mon Sep 17 00:00:00 2001 From: Purpur <43528123+Pemigrade@users.noreply.github.com> Date: Sun, 10 Jan 2021 05:25:55 -0600 Subject: [PATCH] Update linking.py --- cogs/linking.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/linking.py b/cogs/linking.py index d98c6cb..8e30564 100644 --- a/cogs/linking.py +++ b/cogs/linking.py @@ -17,6 +17,7 @@ class Linking(commands.Cog): self.guild_id = int(os.getenv('guild_id')) @commands.Cog.listener() + await link_account(self, message): if message.author != self.bot.user and message.guild == None: channel = message.channel await channel.send("Processing, please wait...")