]> git.puffer.fish Git - matthieu/gru.git/commitdiff
change to cdn
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>
Sun, 7 Jul 2024 14:59:38 +0000 (18:59 +0400)
committerMatthieu Pignolet <matthieu@matthieu-dev.xyz>
Sun, 7 Jul 2024 14:59:38 +0000 (18:59 +0400)
discordjs/src/index.mjs

index 0892536889c23186456655a2b6000fc49c32fa92..354d651c58208c87e93419879b14946859b06138 100644 (file)
@@ -61,7 +61,7 @@ const messageAction = async (message) => {
   }
 
   if ((message.content.includes("@everyone") && message.guild.id === "1055126989566124083") || specialChannels.includes(message.channelId)) {
-    message.reply("https://images-ext-1.discordapp.net/external/R7RnJ3X69cpLftWW0cGu5X4zfMMAaR3ycrAmGKGw7I4/https/media.tenor.com/RRnQfAKupywAAAPo/muppetwiki-muppet-wiki.mp4");
+    message.reply("https://cdn.mpgn.dev/pascontent-gabe.gif");
   }
 };