mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-04-15 21:06:35 +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}",
|
||||
"metaConfig": {
|
||||
"messageLimit": 1
|
||||
"messageLimit": 1,
|
||||
"additionalMessageLengthLimit": 250
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user