mirror of
https://github.com/the-programmers-hangout/Hermes.git
synced 2026-09-04 09:15:59 +02:00
5665ba5d73963550fc782fd7077e7723e513ae9b
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.
Languages
PHP
77.8%
Blade
20.3%
Dockerfile
1.8%