From afc935f3f104fbbd4a6384b3c59179e37f3764d1 Mon Sep 17 00:00:00 2001 From: cnaude Date: Tue, 4 Jun 2019 14:03:19 -0700 Subject: [PATCH] Document the discord tokens. --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 7e817c9..3df7f8c 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -152,7 +152,7 @@ message-format: game-a-chat: '[%WORLD%] <%NAME%> -> [AdminChat]: %MESSAGE%' # AdminPrivateChat message from IRC to game irc-a-chat: '[AdminChat] [&4IRC&r] %MESSAGE%' - # Messages from Discord + # Messages from Discord (Valid tokens: %NAME%, %NICKNAME%, %EFFNAME%, %COLOR%, %CHANNEL%, %MESSAGE%, %RAWMESSAGE%) discord-chat: '[Discord]<%NAME%> %MESSAGE%' # Messages from IRC to Discord irc-discord-chat: '[IRC]<%NAME%> %MESSAGE%'