- First do
npm install
oryarn
depending on what you're using (use npm if not sure) - Change values inside
config.ts
to your linking.
- Run either
npm run build
oryarn build
- It will create a "dist" folder with the compiled code.
- Run
npm run start
oryarn start
to start the compiled code!
- Run either
npm run dev
oryarn dev
- It will compile and run the code instatly so that's all really! 😉
- Feel free to create commands/events as you need on the bot, check the few already inside the bot. It works well!
- Don't take credits for this bot or I might sue you 👀
- Also take a look at the LICENSE while you're at it ✨
- Have a nice day fella!
I'd be very pleased if you could ⭐ the bot!
Thank you!!