mirror of
https://github.com/the-programmers-hangout/Hermes.git
synced 2026-09-04 01:06:00 +02:00
716 B
716 B
Hermes
Hermes is a Discord bot built with Laracord for logging reactions, and tracking user statistics.
Features
- Reaction tracking and statistics
- User and guild stats
Getting Started
- 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
Dev
Run CI checks locally:
composer ci
Format with Pint:
vendor/bin/pint
License
This project is licensed under the MIT License. See LICENSE.md.