Discord-SlashClient is a basic Discord Bot template written in Discord.js and TypeScript to help users make Slash Commands easier!
Do the following below to install the bot.
If you have already downloaded the repo from GitHub, you can skip this step.
git clone https://github.com/Ciach0/discord-slashclient.git
TOKEN=<your_token_here>
Replace <your_token_here>
with your bot's token.
Open up your command line and run the following:
npm install
npm start