Dalmatian is a Discord bot designed for CMU students, providing easy access to campus resources like CMU Courses and CMU Eats right at your fingertips!
(You'll need Nix as well, but devenv gives you that command.)
For detailed setup instructions including creating a Discord bot, obtaining API credentials, and configuring your development environment, see docs/CONTRIBUTING.md.
Quick setup:
- Install devenv and direnv (see links above)
- Create a Discord bot at [https://discord.com/developers/applications]
- Get your
DISCORD_TOKENandDISCORD_CLIENT_ID
# Set up environment variables (see CONTRIBUTING.md for details)
cp .env.example .env
# Edit .env with your Discord bot credentials
# Start the environment
devenv upProduction runs on Kennel via devenv and secretspec.
Please read CONTRIBUTING.md before you contribute to this project!