test
This commit is contained in:
@@ -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 .
|
||||
@@ -41,7 +43,6 @@ docker run -d --name discord-bot -e DISCORD_TOKEN=... -e WEBHOOK_URL=... -e API_
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user