1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-05-03 11:14:57 +00:00

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

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