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.

15 lines (13 loc) 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetButtonExmaple = void 0; const GetButtonExmaple = (buttonCustomId) => `import { ButtonInteraction } from 'discord.js'; export default { data: { customId: "${buttonCustomId}" }, async execute(interaction: ButtonInteraction) { // Your code here } };`; exports.GetButtonExmaple = GetButtonExmaple;