DonDebonair / slack-machine

A simple, yet powerful and extendable Slack bot
https://dondebonair.github.io/slack-machine/
MIT License
751 stars 53 forks source link

BUG @command responds to messages containing the command #1047

Closed jhaisley closed 1 month ago

jhaisley commented 1 month ago

@command responds to messages containing the command.

For example: @channel check out /cool-feature when you have time, I just added it to the bot.

Slack-Machine Bot[APP] Does something amazing.

jhaisley commented 1 month ago

I was going to fix this myself, however after quite a few attempts I can't make it happen again. Closing for now.

DonDebonair commented 1 month ago

Im pretty sure that this bug is impossible to occur. The events for messages and slash commands are completely different.

Should you run into it anyways, let me know