Add setrole command

This commit is contained in:
Aslan 2025-12-26 12:02:19 +01:00
parent 52916c4432
commit 735847bb63
4 changed files with 32 additions and 13 deletions

View file

@ -2,7 +2,6 @@ import { MatrixClient, MsgType } from "matrix-js-sdk";
import type { ICallbackStore } from "../types.js";
import { config } from "../../config.js";
import { getTextGemini, getImageGemini } from "../../services/ai/ai.js";
import type { IAnimal } from "./types.js";
import { animals } from "./animals.js";
let client: MatrixClient;