mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-22 01:05:02 +00:00
removed unnecessary conditional
This commit is contained in:
parent
c659853987
commit
c0868e9032
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