diff --git a/src/NadekoBot/Modules/Utility/Ai/AiAssistantService.cs b/src/NadekoBot/Modules/Utility/Ai/AiAssistantService.cs index 805d9bdb5..5fc610958 100644 --- a/src/NadekoBot/Modules/Utility/Ai/AiAssistantService.cs +++ b/src/NadekoBot/Modules/Utility/Ai/AiAssistantService.cs @@ -251,7 +251,7 @@ public sealed class AiAssistantService return false; await _cbs.RunChatterBot(sg, msg, channel, sess, query); - return false; + return true; } var commandString = GetCommandString(model);