slack-bot-api icon indicating copy to clipboard operation
slack-bot-api copied to clipboard

:rocket: Simple way to control your Slack Bot

Results 80 slack-bot-api issues
Sort by recently updated
recently updated
newest added

`Error: Redis connection to ec2-54-175-222-130.compute-1.amazonaws.com:6689 failed - connect ECONNREFUSED 54.175.222.130:6689` Getting the above error when trying to start the Slack bot - let me know if you have seen this...

Seems that the disconnect issue mentioned multiple times has been addressed.. Can you please publish this to NPM so we can benefit from this? I am tired of silent disconnects...

This adds my sample code for handling the silent disconnects into the readme.

Hello, When listening to a message, I am trying to get the channel name and user name. However, it seems to be yielding the user ID and channel ID in...

I am attempting to write a basic Slack bot the sends new users a spiel when they join the Slack group. My basic implementation is something like this, plus the...

bug

Thanks for your time, In following this tutorial (https://scotch.io/tutorials/building-a-slack-bot-with-node-js-and-chuck-norris-super-powers), I am attempting to inherit the bot using util to create my own. I am able to do this successfully when...

`bot.postMessageToChannel('orders', message, {mrkdwn: true});` This doesnt seem to work

It was impossible to make a clean hook into WebSocket object in the start event handler. This patch corrects the behavior and allows hooking into the WebSocket object in the...

Hi there, I'm relatively new to the Slack api, but I'm having trouble understanding how to subscribe to `presence_change` events since Slack updated their API: https://api.slack.com/changelog/2017-10-making-rtm-presence-subscription-only https://api.slack.com/docs/presence-and-status Is there a...

When Slack sends a 429 Retry After the error handler just gets ERROR: ratelimited. Slack is also sending a retry after time that isn't sent to the error function.