UNPKG

@globalart/nestcord

Version:

A module for creating Discord bots using NestJS, based on Discord.js

8 lines (7 loc) 261 B
export * from './autocomplete'; export * from './decorators'; export * from './options'; export * from './slash-command.discovery'; export * from './slash-commands.module'; export * from './slash-commands.service'; export * from './slash-command.interceptors';