UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

5 lines 190 B
/** Simple button to delete the message it is attached to */ export default async function execute(interaction) { await interaction.message.delete(); } //# sourceMappingURL=delete.js.map