UNPKG

rashi-discord-bot-lib

Version:

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

14 lines • 393 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setVerseDb = setVerseDb; exports.getVerseDb = getVerseDb; let verseDbInstance = null; function setVerseDb(db) { verseDbInstance = db; } function getVerseDb() { if (!verseDbInstance) throw new Error('VerseDB is not initialized'); return verseDbInstance; } //# sourceMappingURL=verse.js.map