This commit is contained in:
2023-05-20 15:56:58 +02:00
parent 366a4db071
commit bbbe97036c

View File

@@ -83,8 +83,9 @@ module.exports = {
await interaction.reply({ content: 'Error while reloading: ' + err, ephemeral: true }) await interaction.reply({ content: 'Error while reloading: ' + err, ephemeral: true })
} }
await interaction.reply({ content: 'Reloading...', ephemeral: true }) await interaction.reply({ content: 'Reloading...', ephemeral: true })
}); }).error(err => {
console.log(err)
});
} }
if (subcommand === 'listallverified') { if (subcommand === 'listallverified') {