Release 1.0.0

This commit is contained in:
2025-06-08 16:16:37 +08:00
parent 0492705128
commit bbc701c686
15 changed files with 1854 additions and 61 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ import { cd } from "..";
export const Command: CommandData = {
name: 'repeat',
description: 'w...',
usage: false,
description: 'Echoes text.',
usage: 'sob!repeat <text>(;;;@;;;(times to repeat)) [ex. sob!repeat sob;;;@;;;3]',
execute: async (client: MatrixClient, roomId: string, event: any, userInput: any) => {
//await client.replyNotice(roomId, event, "😭");
userInput = userInput.replace('sob!repeat ', '')