UNPKG

rashi-discord-bot-lib

Version:

🚀 Powerful Discord bot framework with built-in database, event handling, and utilities

9 lines • 288 B
export declare class YouTubeNotifier { private readonly channels; private readonly webhookUrl; private lastVideos; constructor(channels: string[], webhookUrl: string); poll(): Promise<void>; private sendNotification; } //# sourceMappingURL=YouTubeNotifier.d.ts.map