Simplicy Commands

This commit is contained in:
Christer Warén
2023-06-06 03:51:40 +03:00
parent 87cf4b62c8
commit 3cec154343
2 changed files with 2 additions and 3 deletions

View File

@ -62,7 +62,7 @@ export default async function ready(client: RadioClient) {
client.statistics.calculateGlobal(client);
/*COMMANDS*/
commands.execute(client);
commands(client);
/*RADIO*/
client.radio = new Radio();