minor file changes
This commit is contained in:
@ -1,11 +1,6 @@
|
||||
module.exports = {
|
||||
name: 'interactionCreate',
|
||||
async execute(interaction) {
|
||||
if(interaction.isButton()){
|
||||
console.log(interaction);
|
||||
interaction.reply({ content: `${interaction.user.tag} clicked me`, ephemeral : true });
|
||||
}
|
||||
|
||||
|
||||
if (!interaction.isCommand()) return;
|
||||
|
||||
|
Reference in New Issue
Block a user