UNPKG

@ad1m/djb

Version:

A streamlined library for creating Discord bots with Discord.js, featuring a simple command and event handler structure.

4 lines (2 loc) 84 B
declare const connectToDb: (uri: string) => Promise<void>; export { connectToDb };