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