The source code for Jaunty's own homebrewed Discord bot, made to provide useful tools to both players and administrators alike.
Seeing as this was specially made for one server, I don't see why you'd run it, but either way...
The following environment variables are expected to run the bot.
DMC_TOKEN=... # your bot's token
DMC_DEBUG=true|false # defaults to false
DMC_GUILD_ID=... # the Discord guild this bot will serve
DMC_ADDRESS=... # the address of your Minecraft serverWhen running, you may optionally provide the -e flag to enable parsing environment variables from an adjacent .env file.
Otherwise it's expected that the variables are already present in the environment (e.g. when running in Docker).