瀏覽代碼

Added new settings

Leone25 5 年之前
父節點
當前提交
fcab99982c
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      config.json.example

+ 5 - 2
config.json.example

@@ -1,12 +1,15 @@
 {
 	"token": "DISCORD_TOKEN",
 	"prefix": "!",
-	"playing": "Linking.. ",
+	"playing": "Linking...",
 	"servers": [
 		{
 			"channel": "DISCORD_CHANNEL",
-			"mentionsMode": "2",
+			"userMentionsMode": "2",
+			"channelMentionsMode":"1",
+			"roleMentionsMode": "2",
 			"authorMode": "2",
+			"allowDump": true,
 			"dbHost": "MYSQL_HOST",
 			"dbUser": "MYSQL_USER",
 			"dbPassword": "MYSQL_PASSWORD",