This repository has been archived on 2024-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
discord.js-rr-bot/Src/Commands/ButtonCommands/EvalButton.js
2022-06-18 23:28:38 -04:00

8 lines
No EOL
192 B
JavaScript

module.exports = {
name : 'evalbtn',
returnNoErrors: true,
ownerOnly: true,
run : async(client, interaction, container) => {
interaction.message.delete()
}
}