From 27f6a9d756afd15fb94ee3eb31e0288556608615 Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 4 Jul 2022 18:52:11 +0100 Subject: [PATCH] Fix gorb normal command --- commands/fun/gorb.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/fun/gorb.js b/commands/fun/gorb.js index 85936f1..f998b00 100644 --- a/commands/fun/gorb.js +++ b/commands/fun/gorb.js @@ -19,16 +19,16 @@ module.exports = { } if(args[0] === 'party'){ - message.channel.send({ files: ['./images/gorbcelebration.png'] }) + message.channel.send({ files: ['./images/gorbcelebration.PNG'] }) } if(args[0] === 'christmas'){ - message.channel.send({ files: ['./images/gorbchristmas.png'] }) + message.channel.send({ files: ['./images/gorbchristmas.PNG'] }) } if(args[0] === 'storm'){ - message.channel.send({ files: ['./images/gorbstorm.png'] }) + message.channel.send({ files: ['./images/gorbstorm.PNG'] }) } if(args[0] == 'large'){