Yet another general-purpose Discord bot. WIP, of course.
.env.example to .env and fill out the Bot Configuration section.
yarn prisma migrate deploy to set up the database.yarn build to compile the source.yarn disco client add --name <client_name> --token <client_token> to add a bot client.
yarn start to start the bot.Fill in the env vars in the below command and run:
docker run \
-v ./logs:/app/logs \
-e 'BOT_OWNER_ID=' \
-e 'DATABASE_URL=' \
-e 'SECRETS_KEY=' \
-e 'DGM_DATABASE_URL=' \
-e 'API_AUTH_TOKEN=' \
jakestanger/discotheque
Content type
Image
Digest
sha256:a74bfa72e…
Size
493.7 MB
Last updated
9 days ago
docker pull jakestanger/discotheque