Fixed comments
This commit is contained in:
10
README.md
10
README.md
@@ -1,3 +1,11 @@
|
|||||||
# join2create
|
# join2create
|
||||||
|
|
||||||
A simple Discord Bot to provide JoinToCreate functionality.
|
A simple Discord Bot to provide JoinToCreate functionality.
|
||||||
|
Create your Application and give the bot sufficient permissions (i gave id Admin).
|
||||||
|
|
||||||
|
Put your Bot Key and your Channel ID in the docker-compose.yml or use this command
|
||||||
|
```docker run -d \
|
||||||
|
--name discord-bot \
|
||||||
|
-e BOT_TOKEN=YOUR_BOT_TOKEN_HERE \
|
||||||
|
-e JOINTOCREATE_CHANNEL_ID=YOUR_JOINTOCREATE_CHANNEL_ID_HERE \
|
||||||
|
git.degnedict.de/bene/join2create:latest```
|
||||||
@@ -2,8 +2,8 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
discord-bot:
|
discord-bot:
|
||||||
image: dein-gitea-hub-username/discord-bot:latest # Verwende das Image von deinem Gitea-Hub
|
image: git.degnedict.de/bene/join2create:latest
|
||||||
environment:
|
environment:
|
||||||
- BOT_TOKEN=DEIN_BOT_TOKEN_HIER
|
- BOT_TOKEN=YourBotToken
|
||||||
- JOINTOCREATE_CHANNEL_ID=DEINE_JOINTOCREATE_CHANNEL_ID_HIER
|
- JOINTOCREATE_CHANNEL_ID=Your-Channel-ID
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user