Samer Alkhabbaz

Results 1 issues of Samer Alkhabbaz

Is there something like a **once** method like the one implemented by the node.js EventEmitter class? ```javascript bot.once("text", (msg) => { ... }); ```