🐛 fix(variousclasses.py): adjust custom_temp values for "zenith" and "botator-roleplay" to correct values

This commit is contained in:
2023-09-04 12:53:49 +02:00
parent f165610b70
commit 4e683fcf00

View File

@@ -25,8 +25,8 @@ class characters:
"Zenith - Asimov's Laws (premium)": "zenith", "Zenith - Asimov's Laws (premium)": "zenith",
} }
custom_temp = { custom_temp = {
"zenith": 1.8, "zenith": 1.7,
"botator-roleplay": 1.8, "botator-roleplay": 1.4,
} }
reverseMatchingDict = {v: k for k, v in matchingDict.items()} reverseMatchingDict = {v: k for k, v in matchingDict.items()}