Fix erroneous error
This commit is contained in:
parent
8ccf736aa2
commit
f89226c23b
@ -6,6 +6,6 @@ module.exports = {
|
|||||||
.setName('lenny')
|
.setName('lenny')
|
||||||
.setDescription('( ͡° ͜ʖ ͡°)'),
|
.setDescription('( ͡° ͜ʖ ͡°)'),
|
||||||
async execute(interaction) {
|
async execute(interaction) {
|
||||||
await interaction.channel.send('( ͡° ͜ʖ ͡°)');
|
interaction.reply('( ͡° ͜ʖ ͡°)');
|
||||||
},
|
},
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user