This is a simple code example on how to start your own Discord bot.
If you just have stumbled to the Git repo directly and no idea how this is being setup, please read my full guide here.
npm i
or npm install
in the terminal.env.tpl
and rename it to .env
then open it and add the generated token (from previous step) value thereSimply run the command node bot.js
Please go to the issues tab and create a ticket from there. I'll try to help you as much as I can.
PLEASE before you ask, try to re-read the documentation/article if maybe you just have skipped something, then that's the time you ask.