UNPKG

dkto.js

Version:

<a href="https://discord.gg/H9Scw4mztH"><img src="https://img.shields.io/discord/944271427429871658?color=5865F2&logo=discord&logoColor=white" alt="Discord Server"/></a>

30 lines (25 loc) 678 B
import { Client } from 'discord.js' import { Cooldown } from './src/typings/cooldown' import { event_handler } from './src/typings/event_handler' import { CreateMessageComponents } from './src/typings/components' import { CreateSlashCommandOptions } from './src/typings/interactions' import { CreateModalComponents } from './src/typings/modal' const builder = { command_options: CreateSlashCommandOptions, message_components: CreateMessageComponents, modal_components: CreateModalComponents } const handler = { events: new event_handler() } export const dkto = { builder, handler } export { Client, Cooldown, dkto, builder, handler }