Skip to content

Bot sending infinite messages #3

@abhishekchotaliya

Description

@abhishekchotaliya

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions