mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-04-17 13:24:45 +00:00
[OPB-xx] limiting response for defines to 250 characters to limit the wall of texts it can create
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
],
|
],
|
||||||
"additionalMessage": "${definition.definition?json_string}",
|
"additionalMessage": "${definition.definition?json_string}",
|
||||||
"metaConfig": {
|
"metaConfig": {
|
||||||
"messageLimit": 1
|
"messageLimit": 1,
|
||||||
|
"additionalMessageLengthLimit": 250
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user