Move from github to gitea (#1)
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user