UNPKG

@guildedts/framework

Version:

A framework for creating a Guilded bot.

11 lines 492 B
export { Client as default } from './structures/Client'; export * from './handlers/commands'; export * from './structures/arguments/Argument'; export * from './structures/arguments/BooleanArgument'; export * from './structures/arguments/NumberArgument'; export * from './structures/arguments/StringArgument'; export * from './structures/Client'; export * from './structures/Command'; export * from './structures/Event'; export * from './structures/Logger'; //# sourceMappingURL=index.d.ts.map