-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
While receiving any inputs, the bot is responding with sending message infinitely.
Eg. With the code mentioned in the readme,
botmaster.use({
type: 'incoming',
name: 'slack-incoming-middleware',
controller: (bot, update) => {
return bot.reply(update, 'Hello world!');
}
});
Bot is responding:
Hello world!
Hello world!
Hello world!
Hello world!
...
...
I've followed all the steps mentioned in the readme file, but don't know if this issue is happening because of some configuration problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels