So... yeah, i made a basic discord.js handler in TS
- Create a
.env
file with the following properties
TOKEN=TOKEN,
CLIENT_ID=CLIENTID
- Launch your bot by running
npm run start
oryarn start
- I recommend you to read the help files located in the docs folder
- All your commands are registered every time you run the bot
- I like you 😳
If you would like to add something to the handler please make a pull request