mirror of
https://github.com/the-programmers-hangout/swiftspiracy-bot.git
synced 2026-09-04 01:06:01 +02:00
docker env comments must be separated from value
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ DISCORD_CHANNEL_ID=your-channel-id-here
|
|||||||
# Timing configuration
|
# Timing configuration
|
||||||
SEND_MESSAGE_INTERVAL_MIN=5
|
SEND_MESSAGE_INTERVAL_MIN=5
|
||||||
SEND_MESSAGE_INTERVAL_MAX=10
|
SEND_MESSAGE_INTERVAL_MAX=10
|
||||||
SEND_MESSAGE_UNIT=second # "second" | "seconds" | "minute" | "minutes" | "millisecond" | "milliseconds"
|
# "second" | "seconds" | "minute" | "minutes" | "millisecond" | "milliseconds"
|
||||||
|
SEND_MESSAGE_UNIT=second
|
||||||
|
|
||||||
# Delay before deleting a conspiracy message (eg "3s", "500ms", "1m")
|
# Delay before deleting a conspiracy message (eg "3s", "500ms", "1m")
|
||||||
DELETE_CONSPIRACY_DELAY=3s
|
DELETE_CONSPIRACY_DELAY=3s
|
||||||
|
|||||||
Reference in New Issue
Block a user