Discord template that makes discord bot development process easier and cleaner.
$ git clone
...
$ npm install
- Setup
.env
token="bot-token"
clientId="bot-client-id"
- Run
$ npm run prod
- Build
$ docker build . -t <your-user-name>/<bot-name>
- Run
$ docker run -e token=<your-bot-token> -e clientId=<your-bot-client-id> <your-user-name>/<bot-name>
- Command Support.
- Sub Command Support.
- Sub-Sub Command (command group) Support.
- Button Support.
- Development Mode (local command registration in dev).