fix kiss command gif (tenor deleted it lmao)

This commit is contained in:
2023-02-23 20:07:42 +01:00
parent 8930854ed6
commit 1c7853371c

View File

@@ -18,11 +18,11 @@ export default new Command({
.setColor('LuminousVividPink') .setColor('LuminousVividPink')
.setTitle( .setTitle(
`${interaction.user.username} kissed ${ `${interaction.user.username} kissed ${
args.getUser('target')?.username args.getUser('target')?.username || 'a ghost'
} :)` } :)`
) )
.setImage( .setImage(
'https://media.tenor.com/aXjYu-OWsa8AAAAd/renko-usami-touhou.gif' 'https://media.discordapp.net/attachments/594222795999805643/1078363884190183485/ezgif-1-96508f9a03.gif'
); );
interaction.followUp({ embeds: [kissEmbed] }); interaction.followUp({ embeds: [kissEmbed] });
interaction.channel?.send(`${args.getUser('target')}`); interaction.channel?.send(`${args.getUser('target')}`);