A template repository for using slash commands with discord.js and typescript.
- Typescript
- Every type of command included
- All command handling done over gateway
- On top of discord.js
To run this project, you will need to add the following environment variables to your .env file
BOT_TOKEN
PUBLIC_KEY
CLIENT_ID
GUILD_IDS
All can be found in the bot section of your discord developer portal
Clone the project
git clone https://github.com/arifali123/slash-create-base
Go to the project directory
cd slash-create-base
Install dependencies
yarn install
Start the server
yarn run dev
Contributions are always welcome!
Make a PR for anything you would like to see and I will see if its worth adding.