Added gorb storm

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

View File

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