Merge branch 'merge' into merge-analytics

pull/1384/head
ggurdin 1 year ago
commit 2262bf6e04
No known key found for this signature in database
GPG Key ID: A01CB41737CBB478

@ -58,7 +58,9 @@ class BotOptionsModel {
//////////////////////////////////////////////////////////////////////////
// General Bot Options
//////////////////////////////////////////////////////////////////////////
languageLevel: json[ModelKey.languageLevel],
languageLevel: json[ModelKey.languageLevel] is int
? json[ModelKey.languageLevel]
: null,
safetyModeration: json[ModelKey.safetyModeration] ?? true,
mode: json[ModelKey.mode] ?? "discussion",

Loading…
Cancel
Save