Skip to content

Commit

Permalink
update chill command image URL
Browse files Browse the repository at this point in the history
Signed-off-by: wiibleyde <nathan@bonnell.fr>
  • Loading branch information
Wiibleyde committed Dec 3, 2024
1 parent cad27e7 commit 637f459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/fun/chill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export async function execute(interaction: CommandInteraction): Promise<void> {
const embed = new EmbedBuilder()
.setTitle("Chill")
.setDescription("Gif du mec chill")
.setImage("https://tenor.com/view/chill-guy-my-new-character-gif-2777893510283028272")
.setImage("https://media1.tenor.com/m/Jo0PbgBIZzAAAAAd/chill-guy-my-new-character.gif")

await interaction.reply({ embeds: [embed], ephemeral: false })
}

0 comments on commit 637f459

Please sign in to comment.