Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 829 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 829 Bytes

Discord-SlashClient

Discord-SlashClient is a basic Discord Bot template written in Discord.js and TypeScript to help users make Slash Commands easier!

Installation

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

Step 2: add a token to your .env file

TOKEN=<your_token_here>

Replace <your_token_here> with your bot's token.

Next, install dependencies

Open up your command line and run the following:

npm install

Now, you may want to run the bot. How to do that? The answer is simple:

npm start

Now, your bot starts with a hot-reloading on file change session!

License

MIT