update
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
import {MessageContext} from "../../base/base";
|
||||
|
||||
export declare class Command {
|
||||
regexp: RegExp
|
||||
title?: string
|
||||
description?: string
|
||||
requireAdmin?: boolean
|
||||
requireReply?: boolean
|
||||
requireCreator?: boolean
|
||||
requireChat?: boolean
|
||||
|
||||
execute: (context: MessageContext, params: string[], reply?: MessageContext) => {}
|
||||
}
|
||||
Reference in New Issue
Block a user