Skip to content

the-programmers-hangout/Hermes

Repository files navigation

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

  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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors