Template for Discord.JS V13
This project is currently only setup to run slash commands.
Git clone this repo
Runnpm installto install required node_modules
Rename.env.exampleto.env
Insert your own info into.env
Add your own discord user id into the owners array in./config.json
Start your bot withnpm run devornpm run start.