Skip to content

Commit 37220f7

Browse files
committed
ensure message vars in template strings are not interpolated in shell/env
1 parent 1470f43 commit 37220f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ DISCORD_MESSAGE_CHANNEL_ID=
5050
# - queuedPlayersMessage: The message as defined in DISCORD_PUBLISHER_MESSAGE_QUEUED_FORMAT (only makes sense when the server supports a player queue
5151
# - queuedPlayers: The number of players currently in the queue
5252
# Example (uncomment if editing):
53-
# DISCORD_PUBLISHER_MESSAGE_FORMAT=${playerCount}/${maxPlayers} ${queuedPlayersMessage}
54-
# DISCORD_PUBLISHER_MESSAGE_QUEUED_FORMAT=(+${queuedPlayers})
53+
# DISCORD_PUBLISHER_MESSAGE_FORMAT='${playerCount}/${maxPlayers} ${queuedPlayersMessage}'
54+
# DISCORD_PUBLISHER_MESSAGE_QUEUED_FORMAT='(+${queuedPlayers})'

0 commit comments

Comments
 (0)