Add setrole command
This commit is contained in:
parent
52916c4432
commit
735847bb63
4 changed files with 32 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue