UNPKG

cwk-ds-tools

Version:

Zero-boilerplate Discord.js bot framework with built-in MongoDB, automod, slash commands, and more

9 lines (8 loc) 227 B
module.exports = { async execute(interaction, args, _client) { await interaction.update({ content: `You clicked the button with args: ${args.join(', ')}`, components: [] }); } };