Added gorb party

imgbot
kieranrobson 2022-05-13 19:30:14 +01:00
parent bf91b2ddb9
commit 48631182fe
1 changed files with 4 additions and 0 deletions

View File

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