Fix gorb slash commands

imgbot
Kieran 2022-07-04 18:51:46 +01:00
parent 6bbb84bb98
commit 5b41066827
1 changed files with 3 additions and 3 deletions

View File

@ -35,15 +35,15 @@ module.exports = {
}
if(string == 'party'){
await interaction.reply({ files: ['./images/gorbcelebration.png'] })
await interaction.reply({ files: ['./images/gorbcelebration.PNG'] })
}
if(string == 'christmas'){
await interaction.reply({ files: ['./images/gorbchristmas.png'] })
await interaction.reply({ files: ['./images/gorbchristmas.PNG'] })
}
if(string == 'storm'){
await interaction.reply({ files: ['./images/gorbstorm.png'] })
await interaction.reply({ files: ['./images/gorbstorm.PNG'] })
}
if(string == 'large'){