UNPKG

dbots

Version:

Discord bot list poster and stats retriever

10 lines (9 loc) 411 B
import { Service } from './Interface/Service'; export { Poster } from './Interface/Poster'; export * as Constants from './Utils/Constants'; export * as DBotsError from './Utils/DBotsError'; export { ensurePromise } from './Utils/EnsurePromise'; export { formatRequest } from './Utils/FormatRequest'; export * as Util from './Utils/Util'; export { Service }; export declare const getService: typeof Service.get;