Fix gorb normal command

imgbot
Kieran 2022-07-04 18:52:11 +01:00
parent 5b41066827
commit 27f6a9d756
1 changed files with 3 additions and 3 deletions

View File

@ -19,16 +19,16 @@ module.exports = {
}
if(args[0] === 'party'){
message.channel.send({ files: ['./images/gorbcelebration.png'] })
message.channel.send({ files: ['./images/gorbcelebration.PNG'] })
}
if(args[0] === 'christmas'){
message.channel.send({ files: ['./images/gorbchristmas.png'] })
message.channel.send({ files: ['./images/gorbchristmas.PNG'] })
}
if(args[0] === 'storm'){
message.channel.send({ files: ['./images/gorbstorm.png'] })
message.channel.send({ files: ['./images/gorbstorm.PNG'] })
}
if(args[0] == 'large'){