Browse Source

Update bot.py

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

2
bot.py

@ -264,7 +264,7 @@ for file_name in os.listdir('./cogs'):
updater.start()
linking_updater = bot.get_cog('Linking_updater')
linking_updater.linking_updater.start()
linking_updater.linking_updater.linking_updater.start()
bot.run(token)
# full name: message.author.name + "#" + str(message.author.discriminator) + " (" + str(message.author.id) + ")"

Loading…
Cancel
Save