UNPKG

djsify

Version:

A powerful and flexible Discord bot framework for building feature-rich Discord bots with ease. Supports message commands, slash commands, and button interactions.

4 lines (3 loc) 273 B
import { RESTPostAPIApplicationGuildCommandsJSONBody, SlashCommandBuilder, SlashCommandOptionsOnlyBuilder } from "discord.js"; type SlashType = RESTPostAPIApplicationGuildCommandsJSONBody | SlashCommandBuilder | SlashCommandOptionsOnlyBuilder; export default SlashType;