telebot icon indicating copy to clipboard operation
telebot copied to clipboard

Listening ONCE to an event

Open SAMERkab opened this issue 6 years ago • 1 comments

Is there something like a once method like the one implemented by the node.js EventEmitter class?

bot.once("text", (msg) => {
  ...
});

SAMERkab avatar Apr 19 '19 21:04 SAMERkab

You can try that by implemeting that in your code. Just use the example you send and see if the bot reacts to a second message

kdev avatar Mar 14 '20 13:03 kdev