Answers for "Check ratelimit discord js"

2

Check ratelimit discord js

<client>.on('rateLimit', (info) => {
  console.log(`Rate limit hit ${info.timeDifference ? info.timeDifference : info.timeout ? info.timeout: 'Unknown timeout '}`)
})
Posted by: Guest on June-21-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language