update regex matching - now bot responds only for base commands (like /ping) and with mention (like /ping@panfilovi4_bot) and ignores command if it mentions other bot;
Add ability to see, change and list gemini, mistral and ollama models
This commit is contained in:
@@ -5,7 +5,6 @@ import {Requirement} from "../base/requirement";
|
||||
import {bot} from "../index";
|
||||
|
||||
export class Leave extends ChatCommand {
|
||||
regexp = /^\/leave/i;
|
||||
title = "/leave";
|
||||
description = "Bot will leave current chat";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user