Update README.md

This commit is contained in:
2024-05-18 00:05:10 +02:00
parent d26dec7c19
commit 6fe40a2e64

View File

@@ -1,4 +1,4 @@
# join2create # join2create Discord Bot in Docker
Join2Create is a Discord bot designed to facilitate JoinToCreate functionality seamlessly within your Discord channels. Join2Create is a Discord bot designed to facilitate JoinToCreate functionality seamlessly within your Discord channels.
@@ -8,9 +8,11 @@ Join2Create is a Discord bot designed to facilitate JoinToCreate functionality s
2. **Invite the Bot to Your Server**: After creating the application, invite the bot to your Discord server using the OAuth2 URL provided in the Discord Developer Portal. 2. **Invite the Bot to Your Server**: After creating the application, invite the bot to your Discord server using the OAuth2 URL provided in the Discord Developer Portal.
3. **Configure Bot Parameters**: 3. **Run in Docker**: Join2Create is containerized with Docker for easy deployment. To run the bot in Docker, follow these steps:
- Open `docker-compose.yml` and input your bot token and channel ID.
- Alternatively, you can use the following Docker command: - Ensure Docker is installed on your system.
- Open `docker-compose.yml` and input your bot token and channel ID.
- Alternatively, you can use the following Docker command:
```bash ```bash
docker run -d \ docker run -d \
@@ -25,3 +27,7 @@ Join2Create is a Discord bot designed to facilitate JoinToCreate functionality s
```bash ```bash
docker run -d --name discord-bot -e BOT_TOKEN=YOUR_BOT_TOKEN_HERE -e JOINTOCREATE_CHANNEL_ID=YOUR_JOINTOCREATE_CHANNEL_ID_HERE your-gitea-hub-username/discord-bot:latest docker run -d --name discord-bot -e BOT_TOKEN=YOUR_BOT_TOKEN_HERE -e JOINTOCREATE_CHANNEL_ID=YOUR_JOINTOCREATE_CHANNEL_ID_HERE your-gitea-hub-username/discord-bot:latest
``` ```
---
Feel free to adjust any details to better fit your project's requirements!