We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1470f43 commit 37220f7Copy full SHA for 37220f7
.env.example
@@ -50,5 +50,5 @@ DISCORD_MESSAGE_CHANNEL_ID=
50
# - queuedPlayersMessage: The message as defined in DISCORD_PUBLISHER_MESSAGE_QUEUED_FORMAT (only makes sense when the server supports a player queue
51
# - queuedPlayers: The number of players currently in the queue
52
# Example (uncomment if editing):
53
-# DISCORD_PUBLISHER_MESSAGE_FORMAT=${playerCount}/${maxPlayers} ${queuedPlayersMessage}
54
-# DISCORD_PUBLISHER_MESSAGE_QUEUED_FORMAT=(+${queuedPlayers})
+# DISCORD_PUBLISHER_MESSAGE_FORMAT='${playerCount}/${maxPlayers} ${queuedPlayersMessage}'
+# DISCORD_PUBLISHER_MESSAGE_QUEUED_FORMAT='(+${queuedPlayers})'
0 commit comments