Skip to content

Commit d8889f6

Browse files
authored
Merge pull request #12 from HerrMagiic/dev
small docu update
2 parents ad6408b + 622123c commit d8889f6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Examples/LanguageSupport.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"Title": "Sentance",
44
"Description": "Send a sentance",
55
"Command": "sentance",
6+
// Note that you also need to add the test tag in the language files in CustomCommands/lang
67
"Message": "{LANG=test} test",
7-
"PrintTo": 0
8+
"PrintTo": 2,
9+
"CenterMessage": {
10+
"Message": "{LANG=test}",
11+
"Time": 10
12+
}
813
}
914
]

0 commit comments

Comments
 (0)