driver-slack
driver-slack copied to clipboard
BotMan Slack Driver
In my opinion there is no reason for the bot to be replying to a message sent in a thread directly in the channel. `replyInThread()` is not adequate because it...
Moved from https://github.com/botman/driver-slack/pull/70.
Since today, behavior changed due to the retirement of rtm.start. https://api.slack.com/changelog/2021-10-rtm-start-to-stop#rtm-connect
``` # php artisan botman:listen-on-slack Error: Could not connect to Slack API: Not allowed token type ``` Botman is not replying to any messages that it supposed to hear. running...
I have faced the following issue when I have tried to install slack driver. my composer.json ``` "require": { "php": ">=8.0", "ext-ctype": "*", "ext-iconv": "*", "botman/botman": "^2.7", "doctrine/doctrine-bundle": "^2.7", "doctrine/doctrine-migrations-bundle":...
Hello There, I'm having some issues with interactive buttons in a conversation. I have copied everything relevant from botman studio and everything is working with the exception of buttons and...
I managed to install botman on Laravel 8. Telegram and Microsoft Bot drivers are also successfully installed. But there are problems with the Slack driver. ``` Installing driver "Slack" Using...
I have recently updated to Composer 2.0, and there are some packages which do not support it yet. Please see the screenshot below.  Let me know if you need...
I'd love to reply to a message / command, not by text, but by reaction. I'm trying to look into this myself, but I'm not experienced enough yet eg: ```...
When I hit a command on my slack app. Its getting multiple replies from the bot. I am using ngrok while developing and I can see the slack is sending...