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