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:
parent
a8298d4faa
commit
a3e6e4f319
2 changed files with 6 additions and 7 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue