Skip to content

Discord Bot Template / Skeleton to make your discord bot code clean

License

Notifications You must be signed in to change notification settings

RIGIK93/ds-bot-template

Repository files navigation

Description

Discord template that makes discord bot development process easier and cleaner.

Installation & Run

Install

$ git clone
...
$ npm install

Run locally

  1. Setup .env
token="bot-token"
clientId="bot-client-id"
  1. Run
$ npm run prod

Run with docker

  1. Build
$ docker build . -t <your-user-name>/<bot-name>
  1. Run
$ docker run -e token=<your-bot-token> -e clientId=<your-bot-client-id> <your-user-name>/<bot-name>

Support (what this template is capable of)

  • Command Support.
  • Sub Command Support.
  • Sub-Sub Command (command group) Support.
  • Button Support.
  • Development Mode (local command registration in dev).

About

Discord Bot Template / Skeleton to make your discord bot code clean

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages