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