slack-bot-api
slack-bot-api copied to clipboard
Respect Slacks api ratelimit
Surprised i'm the first to need this.
Unpaid slacks seem to blacklist bots as soon as they go over the rate limit. And I continually am getting blocked. I would be great to pass a flag to limit/queue message user over the .rtm.
Experiencing the same issue. I thought that slackbots handles rate-limit itself, the same way Node SDK does.
Same