fix ExampleSource

This commit is contained in:
Minecon724 2024-09-05 16:06:00 +02:00
parent cd0651e2be
commit 58da733b29
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -133,7 +133,7 @@ class ExampleSource implements ChatSource {
response = "I'd prefer not to engage with or respond to that particular combination of letters, as it can be associated with hate groups. Is there something else I can assist you with instead?"
break
case 11:
response = "Nice to meet you, " + options.getOptionValue("name", String::class) + ". How can I help you today?"
response = "Nice to meet you, " + options.getStringValue("name") + ". How can I help you today?"
break
case 12:
if (messagesCount > 1) {