With Three Dog Bot, you can bring the "beauty" and "splendor" of the Capital Wasteland to your discord server
/tunein
- Have Three Dog join your current voice channel for his live radio broadcast/tuneout
- Remove Three Dog from your voice channel/meme
- Post a fresh Fallout-related meme/vote
- Post a link to vote for the bot on Top.gg/help
- A help message displaying these commands and other helpful resources
- Node.js 16.9+
- Build tools for
node-gyp
.libtool-bin
package from APT is recommended. - A Discord bot token. You can create one here!
npm install
- Copy
.env.sample
to.env
and edit the values accordingly.BOT_TOKEN
is required npm run start:dev
for back-end/bot development- Optional - run
npm run start:client
in a second terminal for client development
- Optional - run
- Build with
npm run build
and test production withnpm run start:prod