UNPKG

rashi-discord-bot-lib

Version:

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

4 lines • 159 B
import type { Db } from 'mongodb'; export declare function setDb(db: Db | null): void; export declare function getDb(): Db; //# sourceMappingURL=mongo.d.ts.map