Release 1.0.0
This commit is contained in:
@@ -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 ', '')
|
||||
|
||||
Reference in New Issue
Block a user