2026-02-19 18:14:18 +00:00
2026-02-19 17:45:54 +00:00
2026-02-19 23:03:33 +00:00
2026-02-19 17:45:54 +00:00
2026-02-19 17:45:54 +00:00
2026-02-19 18:14:18 +00:00
2026-02-19 17:45:54 +00:00
2026-02-19 17:45:54 +00:00
2026-02-19 17:45:54 +00:00
2026-02-19 17:45:54 +00:00
2026-02-19 17:45:54 +00:00
2026-02-19 18:14:18 +00:00
2026-02-19 17:45:54 +00:00
2026-02-19 18:14:18 +00:00
2026-02-19 18:14:18 +00:00
2026-02-19 17:45:54 +00:00
2026-02-19 17:45:54 +00:00
2026-02-19 18:18:53 +00:00

Hermes

Hermes is a Discord bot built with Laracord for managing emotes, logging reactions, and tracking user statistics.

Features

  • Emote management and logging
  • Reaction tracking and statistics
  • User and guild stats
  • Optional moderation logging

Slash Commands

Hermes provides several slash commands for managing emotes and stats. Example commands:

  • /emote add <name> <image> — Add a new emote
  • /emote stats <name> — View emote usage stats
  • /user stats <user> — View user stats
  • /guild stats — View guild stats

Getting Started

  1. Install dependencies:
    composer install
    
  2. Configure environment:
    • Copy .env.example to .env
    • Set at minimum:
      • DISCORD_TOKEN=your_bot_token_here
      • APP_NAME=Hermes
      • APP_ENV=development
  3. Run migrations:
    php laracord migrate
    
  4. 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.

S
Description
No description provided
Readme
110 KiB
Languages
PHP 77.8%
Blade 20.3%
Dockerfile 1.8%