koishi-plugin-toram
Version:
6 lines (5 loc) • 343 B
TypeScript
import { SessionEvent } from "../..";
import { Result } from "..";
export declare function command_monthlyCardRemind(event: SessionEvent, args: string[]): void;
export declare function command_cancelMonthlyCardRemind(event: SessionEvent, args: string[]): void;
export declare function confirmMonthlyCardGet(event: SessionEvent): Result<void>;