Purpur
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
cogs/linking.py
|
@ -16,7 +16,7 @@ class Linking(commands.Cog): |
|
|
self.bot = bot |
|
|
self.bot = bot |
|
|
|
|
|
|
|
|
async def link_account(self, message): |
|
|
async def link_account(self, message): |
|
|
if message.author != bot.user and message.guild == None: |
|
|
|
|
|
|
|
|
if message.author != self.user and message.guild == None: |
|
|
channel = message.channel |
|
|
channel = message.channel |
|
|
await channel.send("Processing, please wait...") |
|
|
await channel.send("Processing, please wait...") |
|
|
# Potential API key, so tries it out |
|
|
# Potential API key, so tries it out |
|
|