diff --git a/README.md b/README.md index 9fa4310..86fd088 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,10 @@ A Discord bot with slash commands for meme generation and more. ## Setup +a + ### Local Development + ```bash git clone https://github.com/EstebanVincent/DiscordBot.git cd DiscordBot @@ -21,6 +24,7 @@ uv run python src/main.py ``` ### Docker + ```bash # Build and run locally docker build -t discord-bot . @@ -38,10 +42,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