(chore): change Info command base command from ChatCommand to Command

This commit is contained in:
2026-02-12 18:22:01 +03:00
parent 2c7824ebc8
commit 4ce3229b5c
+2 -1
View File
@@ -5,8 +5,9 @@ import {Environment} from "../common/environment";
import {boolToEmoji, getCurrentModel, getCurrentModelCapabilities, logError, replyToMessage} from "../util/utils";
import {AiModelCapabilities} from "../model/ai-model-capabilities";
import {AiProvider} from "../model/ai-provider";
import {Command} from "../base/command";
export class Info extends ChatCommand {
export class Info extends Command {
command = ["info", "v"];
title = "/info";