From 0ff7fbef8d13144269b7191205d27f2ab15c57af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 21 Dec 2023 01:32:54 +0200 Subject: [PATCH] Update commands.ts --- src/client/commands.ts | 2 ++ 1 file changed, 2 insertions(+) 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); } }