Browse Source

Update linking.py

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

4
cogs/linking.py

@ -20,8 +20,8 @@ class Linking(commands.Cog):
guild_id
print(str(guild_id) + "exists")
except NameError:
guild_id=int(os.getenv('guild_id')
print(str(guild_id) + "created")
guild_id=int(os.getenv('guild_id'))
print(str(guild_id) + " created")
if message.author != self.bot.user and message.guild == None:
channel = message.channel
await channel.send("Processing, please wait...")

Loading…
Cancel
Save