Update commands.ts

This commit is contained in:
Christer Warén 2023-12-21 01:32:54 +02:00
parent fa8c0b31df
commit 0ff7fbef8d

View File

@ -34,6 +34,8 @@ export default async function commands(client: RadioClient) {
description: command.description,
options: command.options || []
});
client.funcs.logger('Application Commands', 'Command: ' + command.name);
}
}