Browse Source

Update linking.py

pull/4/head
Purpur 3 years ago
committed by GitHub
parent
commit
6c517c1a64
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      cogs/linking.py

1
cogs/linking.py

@ -19,7 +19,6 @@ class Linking(commands.Cog):
@commands.Cog.listener()
async def on_message(self, message):
try:
guild_id
print(str(guild_id) + "exists")
except NameError:
guild_id=int(os.getenv('guild_id'))

Loading…
Cancel
Save