From 48631182fed7681cf36731a28eecc2d9eff50a03 Mon Sep 17 00:00:00 2001 From: kieranrobson Date: Fri, 13 May 2022 19:30:14 +0100 Subject: [PATCH] Added gorb party --- commands/fun/gorb.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/commands/fun/gorb.js b/commands/fun/gorb.js index a3aa0bc..81df17a 100644 --- a/commands/fun/gorb.js +++ b/commands/fun/gorb.js @@ -17,5 +17,9 @@ module.exports = { if(args[0] === 'cs'){ message.channel.send({ files: ['./images/gorbcs.jpg'] }) } + + if(args[0] === 'party'){ + message.channel.send({ files: ['./images/gorbcelebration.jpg'] }) + } }, }; \ No newline at end of file