Event.listen() - shysolocup/noscord.js GitHub Wiki

adds a new listener to the event

JS
event.listen( (a, b, c) => {       
    console.log(a, b, c);
});      

Function Sync

Arguments:

  • callback Function
    callback function for the listener that's ran when the event is fired



⚠️ **GitHub.com Fallback** ⚠️