From 6b227d2549ab18c6c4413e9f1310aa6b14d02b52 Mon Sep 17 00:00:00 2001 From: pfero Date: Mon, 1 Apr 2019 01:08:38 +0200 Subject: [PATCH] It's not our fault! --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 4ce43ed..cb050ab 100644 --- a/bot.py +++ b/bot.py @@ -124,7 +124,7 @@ class Client(discord.Client): else: time = "%d minutes and %d seconds" % (ret / 1000 / 60, ret / 1000 % 60) 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: await message.add_reaction("⁉") raise