I'm working on a electron app. I want to push table when get Discord.JS "message" event. But i can't use Discord.JS. Because if i want to use it, i must enter secret token to app. And electron apps (within asar) can be unpackaged and all people can see my secret token. I can't use an web API (Express.JS) because this is an event. Can I? Maybe. Waiting for answers.