Fix typo in commands.ts

This commit is contained in:
Christer Warén 2023-06-06 03:56:58 +03:00
parent 6c1f0944db
commit 97881f7331

View File

@ -62,6 +62,4 @@ export default async function commands(client: RadioClient) {
});
}
client.funcs.logger('Application Commands', 'Successfully reloaded application (/) commands.' + "\n");
}
}