From d11ea7915458e86ac6531b5da71c9f40bb539485 Mon Sep 17 00:00:00 2001 From: Azaria <34754130+ItsAzaria@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:18:53 +0000 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd07894..f5f4df5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Polly +# Hermes -Polly is a Discord bot built with Laracord for managing emotes, logging reactions, and tracking user statistics. +Hermes is a Discord bot built with Laracord for managing emotes, logging reactions, and tracking user statistics. ## Features @@ -12,7 +12,7 @@ Polly is a Discord bot built with Laracord for managing emotes, logging reaction ## Slash Commands -Polly provides several slash commands for managing emotes and stats. Example commands: +Hermes provides several slash commands for managing emotes and stats. Example commands: - `/emote add ` — Add a new emote - `/emote stats ` — View emote usage stats @@ -29,7 +29,7 @@ Polly provides several slash commands for managing emotes and stats. Example com - Copy `.env.example` to `.env` - Set at minimum: - `DISCORD_TOKEN=your_bot_token_here` - - `APP_NAME=Polly` + - `APP_NAME=Hermes` - `APP_ENV=development` 3. Run migrations: ```bash