bot being run in a private server
commands:
- video
install deps
npm install
add config.json containing token
and clientId
.
register commands:
node deployCommands.js
run bot:
node index.js
docker buildx build -t dc-bot .
docker run -v ./config.json:/app/config.json dc-bot