WIP: Start of config tests
All checks were successful
Test / build (push) Successful in 16s

This commit is contained in:
Ethan Lane 2024-05-06 10:54:00 +01:00
parent fa7e35b4dd
commit 166bd80113
2 changed files with 148 additions and 6 deletions

View file

@ -61,7 +61,7 @@ export default class Config extends Command {
]);
if (!server) {
await interaction.reply('Server not setup. Please use the setup command,');
await interaction.reply('Server not setup. Please use the setup command.');
return;
}