3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 23:25:02 +00:00

removed unnecessary conditional

This commit is contained in:
almeidx 2021-07-29 01:51:11 +01:00
parent a8298d4faa
commit a3e6e4f319
No known key found for this signature in database
GPG key ID: 8558FBFF849BD664
2 changed files with 6 additions and 7 deletions

View file

@ -174,7 +174,7 @@ connect().then(async () => {
client.setMaxListeners(200);
client.on("rateLimit", rateLimitData => {
logger.info(`[429] ${rateLimitData}`);
logger.info(`[429] ${JSON.stringify(rateLimitData)}`);
});
client.on("error", err => {