RATELIMITED -> 429

This commit is contained in:
Dragory 2020-05-28 03:15:06 +03:00
parent a011d4524d
commit 9b263957a3
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

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}`);
}
});