Create a file for a discord bot

It’s bad practice to write your logic inside bootstrap.
You want to make a separate file anywhere, then export functions or methods. And use them inside bootstrap.js You can also use events.
Like create an endpoint that when receiving a post request will trigger your functions etc :slight_smile: