From 5b41066827816c082c812d2edd9688976c061f15 Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 4 Jul 2022 18:51:46 +0100 Subject: [PATCH] Fix gorb slash commands --- SlashCommands/fun/gorb.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SlashCommands/fun/gorb.js b/SlashCommands/fun/gorb.js index 9070158..a148bfd 100644 --- a/SlashCommands/fun/gorb.js +++ b/SlashCommands/fun/gorb.js @@ -35,15 +35,15 @@ module.exports = { } if(string == 'party'){ - await interaction.reply({ files: ['./images/gorbcelebration.png'] }) + await interaction.reply({ files: ['./images/gorbcelebration.PNG'] }) } if(string == 'christmas'){ - await interaction.reply({ files: ['./images/gorbchristmas.png'] }) + await interaction.reply({ files: ['./images/gorbchristmas.PNG'] }) } if(string == 'storm'){ - await interaction.reply({ files: ['./images/gorbstorm.png'] }) + await interaction.reply({ files: ['./images/gorbstorm.PNG'] }) } if(string == 'large'){