From a5d030e67b05c4fb2cda554c0107510f90619744 Mon Sep 17 00:00:00 2001 From: Purpur <43528123+Pemigrade@users.noreply.github.com> Date: Sun, 10 Jan 2021 05:02:37 -0600 Subject: [PATCH] Update linking.py --- cogs/linking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/linking.py b/cogs/linking.py index 00d70e0..009c07a 100644 --- a/cogs/linking.py +++ b/cogs/linking.py @@ -14,9 +14,9 @@ class Linking(commands.Cog): def __init__(self, bot): self.bot = bot + guild_id = int(os.getenv('guild_id')) async def link_account(self, message): - global guild_id print(str(guild_id)) if message.author != self.bot.user and message.guild == None: channel = message.channel