diff --git a/commands/fun/gorb.js b/commands/fun/gorb.js index 81df17a..32a7f65 100644 --- a/commands/fun/gorb.js +++ b/commands/fun/gorb.js @@ -19,7 +19,12 @@ module.exports = { } if(args[0] === 'party'){ - message.channel.send({ files: ['./images/gorbcelebration.jpg'] }) + message.channel.send({ files: ['./images/gorbcelebration.png'] }) + } + + + if(args[0] === 'christmas'){ + message.channel.send({ files: ['./images/gorbchristmas.png'] }) } }, }; \ No newline at end of file