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.

12 lines (10 loc) 302 B
const GetButtonExmaple = (buttonCustomId: string | string[]) => `import { ButtonInteraction } from 'discord.js'; export default { data: { customId: "${buttonCustomId}" }, async execute(interaction: ButtonInteraction) { // Your code here } };`; export { GetButtonExmaple };