Added gorb christmas

imgbot
kieranrobson 2022-05-13 19:31:04 +01:00
parent 48631182fe
commit 441eec29c3
1 changed files with 6 additions and 1 deletions

View File

@ -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'] })
}
},
};