Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 976 Bytes

README.md

File metadata and controls

60 lines (36 loc) · 976 Bytes

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.