a
Publish Docker Image / test (push) Successful in 41s
Publish Docker Image / build-and-push (push) Successful in 5m13s

This commit is contained in:
2026-05-31 00:22:53 +02:00
parent afce687bba
commit 0cbeac3b0e
+4 -1
View File
@@ -11,7 +11,10 @@ A Discord bot with slash commands for meme generation and more.
## Setup ## Setup
a
### Local Development ### Local Development
```bash ```bash
git clone https://github.com/EstebanVincent/DiscordBot.git git clone https://github.com/EstebanVincent/DiscordBot.git
cd DiscordBot cd DiscordBot
@@ -21,6 +24,7 @@ uv run python src/main.py
``` ```
### Docker ### Docker
```bash ```bash
# Build and run locally # Build and run locally
docker build -t discord-bot . docker build -t discord-bot .
@@ -41,7 +45,6 @@ docker run -d --name discord-bot -e DISCORD_TOKEN=... -e WEBHOOK_URL=... -e API_
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 3. Invite bot with permissions: Send Messages, Use Slash Commands, Embed Links
## Development ## Development
```bash ```bash