Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 432 Bytes

File metadata and controls

15 lines (11 loc) · 432 Bytes

V13-Project-Template

Template for Discord.JS V13
This project is currently only setup to run slash commands.

How to Setup Project

Git clone this repo
Run npm install to install required node_modules
Rename .env.example to .env
Insert your own info into .env
Add your own discord user id into the owners array in ./config.json
Start your bot with npm run dev or npm run start.

Enjoy!!!