3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00

RATELIMITED -> 429

This commit is contained in:
Dragory 2020-05-28 03:15:06 +03:00
parent 97259e1fa0
commit 01d5a483f0

View file

@ -100,7 +100,7 @@ connect().then(async conn => {
client.on("debug", message => {
if (message.includes(" 429 ")) {
logger.info(`[RATELIMITED] ${message}`);
logger.info(`[429] ${message}`);
}
});