UNPKG

@shadow-dev/core

Version:

A modular core framework for Discord bot development, providing commands, buttons, menus, middleware, and more.

2 lines (1 loc) 103 B
export declare function checkCooldown(userId: string, command: string, cooldownTime: number): boolean;