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:
@@ -3,7 +3,6 @@ import {Message} from "typescript-telegram-bot-api";
|
||||
import {getUptime, logError, oldSendMessage} from "../util/utils";
|
||||
|
||||
export class Uptime extends ChatCommand {
|
||||
regexp = /^\/uptime/i;
|
||||
title = "/uptime";
|
||||
description = "Bot's uptime";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user