UNPKG

@ad1m/djb

Version:

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

6 lines (4 loc) 199 B
declare const getCurrentModuleType: () => "cjs" | "esm"; declare const getCurrenDir: () => string; declare const getAppPath: () => string; export { getAppPath, getCurrenDir, getCurrentModuleType };