8 lines
No EOL
192 B
JavaScript
8 lines
No EOL
192 B
JavaScript
module.exports = {
|
|
name : 'evalbtn',
|
|
returnNoErrors: true,
|
|
ownerOnly: true,
|
|
run : async(client, interaction, container) => {
|
|
interaction.message.delete()
|
|
}
|
|
} |