Move from github to gitea (#1)
Publish Docker Image / test (push) Successful in 43s
Publish Docker Image / build-and-push (push) Successful in 4m15s

Reviewed-on: #1
Co-authored-by: Esteban Vincent <este.vincent@gmail.com>
Co-committed-by: Esteban Vincent <este.vincent@gmail.com>
This commit was merged in pull request #1.
This commit is contained in:
2026-05-31 01:13:19 +02:00
committed by EstebanVincent
parent e466290560
commit fec24d811d
2 changed files with 27 additions and 24 deletions
+4 -2
View File
@@ -8,10 +8,12 @@ A Discord bot with slash commands for meme generation and more.
- [uv](https://docs.astral.sh/uv/) - Fast Python package manager
- Discord Bot Token
- n8n Webhook URL and API Key
π
## Setup
### Local Development
```bash
git clone https://github.com/EstebanVincent/DiscordBot.git
cd DiscordBot
@@ -21,6 +23,7 @@ uv run python src/main.py
```
### Docker
```bash
# Build and run locally
docker build -t discord-bot .
@@ -38,10 +41,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