Browse Source

It's not our fault!

master
pfero 6 years ago
parent
commit
6b227d2549
  1. 2
      bot.py

2
bot.py

@ -124,7 +124,7 @@ class Client(discord.Client):
else: else:
time = "%d minutes and %d seconds" % (ret / 1000 / 60, ret / 1000 % 60) time = "%d minutes and %d seconds" % (ret / 1000 / 60, ret / 1000 % 60)
print("[RATE LIMIT] Wait", time) print("[RATE LIMIT] Wait", time)
await message.channel.send("We're being rate limited for %s 😔" % time) await message.channel.send("We're being rate limited by discord for %s 😔" % time)
except: except:
await message.add_reaction("") await message.add_reaction("")
raise raise

Loading…
Cancel
Save