Skip to content

Template repository to make slash command discord bots

License

Notifications You must be signed in to change notification settings

arifali123/slash-create-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slash Create Base

A template repository for using slash commands with discord.js and typescript.

Features

  • Typescript
  • Every type of command included
  • All command handling done over gateway
  • On top of discord.js

Environment Variables

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

Run Locally

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

Documentation

Slash Create Docs

Contributing

Contributions are always welcome!

Make a PR for anything you would like to see and I will see if its worth adding.

About

Template repository to make slash command discord bots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published