Skip to content

Commit 0d6a11c

Browse files
committed
chore: remove guild id
1 parent 70db672 commit 0d6a11c

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.env.example

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
DISCORD_TOKEN=
22

3-
GUILD_ID=
4-
53
REDIS_URL=redis://default:password@localhost:6379/0
64

75
DATABASE_URL=postgres://vaffelbot:vaffelbot@localhost:5432/vaffelbot

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Make sure that you have copied `.env.example` to `.env` and filled in the missin
1111
| Variable | Description |
1212
| --------------- | --------------------------------------------------------------------- |
1313
| `DISCORD_TOKEN` | The discord token. Used in authenticate requests |
14-
| `GUILD_ID` | The guild id is the id of the server where the bot is supposed to run |
1514
| `REDIS_URL` | The url to the redis (valkey) database |
1615

1716
When this is done you can just run the bot with:

docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ services:
2727
environment:
2828
- REDIS_URL=redis://redis:6379
2929
- DATABASE_URL=postgres://postgres:postgres@postgres:5432/vaffelbot
30-
- GUILD_ID=your_guild_id_here
3130
- DISCORD_TOKEN=your_discord_token_here
3231
depends_on:
3332
- redis

0 commit comments

Comments
 (0)