From a476d1729e453e53a309ad386a8d6db1705a20a4 Mon Sep 17 00:00:00 2001 From: Esteban Vincent Date: Sat, 30 May 2026 23:16:06 +0200 Subject: [PATCH] test --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fa4310..2fe28e4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A Discord bot with slash commands for meme generation and more. ## Setup ### Local Development + ```bash git clone https://github.com/EstebanVincent/DiscordBot.git cd DiscordBot @@ -21,6 +22,7 @@ uv run python src/main.py ``` ### Docker + ```bash # Build and run locally docker build -t discord-bot . @@ -38,10 +40,9 @@ docker run -d --name discord-bot -e DISCORD_TOKEN=... -e WEBHOOK_URL=... -e API_ ## Discord Setup 1. Create bot at [Discord Developer Portal](https://discord.com/developers/applications) -2. Copy bot token to environment variables +2. Copy bot token to environment variables 3. Invite bot with permissions: Send Messages, Use Slash Commands, Embed Links - ## Development ```bash @@ -51,3 +52,5 @@ uv run ruff format src ``` Project uses GitHub Actions for CI/CD with semantic versioning and automated Docker builds. + +test