From e162197a331bf329651ced6b50044b72f269b6d3 Mon Sep 17 00:00:00 2001 From: kieranrobson Date: Fri, 13 May 2022 19:31:41 +0100 Subject: [PATCH] Added gorb storm --- commands/fun/gorb.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/commands/fun/gorb.js b/commands/fun/gorb.js index 32a7f65..80de5c4 100644 --- a/commands/fun/gorb.js +++ b/commands/fun/gorb.js @@ -26,5 +26,11 @@ module.exports = { if(args[0] === 'christmas'){ message.channel.send({ files: ['./images/gorbchristmas.png'] }) } + + if(args[0] === 'storm'){ + message.channel.send({ files: ['./images/gorbstorm.png'] }) + } + + }, }; \ No newline at end of file