sleeyax/paulo

By sleeyax

Updated almost 2 years ago

Image
0

225

Paulo

Yet another discord bot.

Developers

Installation
$ npm install
$ npm run build:watch
$ npm run serve:watch
Production
$ npm run dist
$ docker build -t sleeyax/paulo:latest .
$ docker run -d --name paulobot -e "DISCORD_TOKEN=your_discord_bot_token_here" sleeyax/paulo:latest

Docker Pull Command

docker pull sleeyax/paulo