From b6ac6ec791dc75dd155a3a0d9cf49ad13dade8c2 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sun, 22 Nov 2020 13:25:05 +0200 Subject: [PATCH] Add some common settings to config.example.ini --- config.example.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.example.ini b/config.example.ini index ff3c145..c8e7da7 100644 --- a/config.example.ini +++ b/config.example.ini @@ -5,5 +5,12 @@ mainServerId = REPLACE_WITH_MAIN_SERVER_ID inboxServerId = REPLACE_WITH_INBOX_SERVER_ID logChannelId = REPLACE_WITH_LOG_CHANNEL_ID +# Common settings +# ---------------------------------- +prefix = ! +inboxServerPermission = manageMessages +status = Message me for help! +responseMessage = Thank you for your message! Our mod team will reply to you here as soon as possible. + # Add new options below this line: # ----------------------------------