File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 11DISCORD_TOKEN =
22
3- GUILD_ID =
4-
53REDIS_URL = redis://default:password@localhost:6379/0
64
75DATABASE_URL = postgres://vaffelbot:vaffelbot@localhost:5432/vaffelbot
Original file line number Diff line number Diff 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
1716When this is done you can just run the bot with:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments