3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-11 13:07:20 +00:00

Merge master

This commit is contained in:
Dragory 2020-07-02 23:45:46 +03:00
commit 89e584a6f2
31 changed files with 1034 additions and 287 deletions

View file

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