Skip to content

Hi! This is a basic example of using Discord's slash commands with Discord.js v13!

License

Notifications You must be signed in to change notification settings

Ciach0/discord-slashclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Hi! This is a basic example of using Discord's slash commands with Discord.js v13!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published