koishi-plugin-toram
Version:
5 lines (4 loc) • 300 B
TypeScript
import { BotTodoItem } from "../BotTodoMgr";
export declare const MONTHLY_CARD_REMINDER_TYPE = "monthly-card-reminder";
export declare function scheduleMonthlyCardReminders(groupId: string, hours: number[]): Promise<void>;
export declare function executeMonthlyCardReminder(item: BotTodoItem): void;