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