Skip to content

Commit

Permalink
update bot-name
Browse files Browse the repository at this point in the history
send message after sending qr code to user
  • Loading branch information
niklas-pernter committed Aug 25, 2021
1 parent 9fe9e0f commit c8687f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot.py → axie-infinity-qr-code-bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ async def on_message(message):
message_embed.set_footer(text="Powered by Alpha Bots")
await message.author.send(file=discord.File(qr_code_path), embed=message_embed)
os.remove(qr_code_path)
await message.reply("Your Login-QR Code has been sent! *(Check Private messages)*")
except:
await message.reply("Seems you have turned off private messages. Please activate them in the discord privacy settings!")
return
Expand Down

0 comments on commit c8687f6

Please sign in to comment.