Hermes is a Discord bot built with Laracord for logging reactions, and tracking user statistics.
- Reaction tracking and statistics
- User and guild stats
- Install dependencies:
composer install
- Configure environment:
- Copy
.env.exampleto.env - Set at minimum:
DISCORD_TOKEN=your_bot_token_hereAPP_NAME=HermesAPP_ENV=development
- Copy
- Run migrations:
php laracord migrate
- Start the bot:
php laracord bot:boot
Run CI checks locally:
composer ciFormat with Pint:
vendor/bin/pintThis project is licensed under the MIT License. See LICENSE.md.