diff --git a/commands/fun/hromomento.js b/commands/fun/hromomento.js index 1c01c2c..ac0aae6 100644 --- a/commands/fun/hromomento.js +++ b/commands/fun/hromomento.js @@ -6,7 +6,7 @@ module.exports = { embeds: [{ title: 'hro momento', image: { - url: 'https://tenor.com/view/bruh-momento-dance-breakdancing-gif-15163432' + url: 'https://c.tenor.com/jChba0HF5jcAAAAM/brro-momento.gif' }, color: client.config.color }] diff --git a/interactions/commands/hromomento.js b/interactions/commands/hromomento.js new file mode 100644 index 0000000..afa150b --- /dev/null +++ b/interactions/commands/hromomento.js @@ -0,0 +1,15 @@ +module.exports = { + name: 'hromomento', + + async execute(client, interaction) { + interaction.reply({ + embeds: [{ + title: 'hro momento', + image: { + url: 'https://c.tenor.com/jChba0HF5jcAAAAM/brro-momento.gif' + }, + color: client.config.color + }] + }); + } +};