diff --git a/src/client/commands.ts b/src/client/commands.ts index 58f2794..c898979 100644 --- a/src/client/commands.ts +++ b/src/client/commands.ts @@ -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); } }