A Discord bot for quote-editing messages and tracking karma-style scores for phrases and people.
- Install Node.js
- Clone this repo and install dependencies:
npm ci
- Create a
.envfile in the project root:TOKEN=your_discord_bot_token_here ALLOW_CONFIG_DUMP=true DREAD_INACTIVITY_HOURS=0.01 # optional: set low to test the existential dread feature - Start the bot (auto-restarts on file changes):
npm start
- Run the test suite:
npm test
See CLAUDE.md for a full description of commands, architecture, and
environment variables.
- Open a PR against
main - Ping steel to deploy to the prod bot server