From d10ec5020a33ee7985b705b504187324b52a7ba2 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Wed, 11 May 2022 20:25:56 +0300 Subject: [PATCH] dingus --- src/structure/components/observers/CommandHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structure/components/observers/CommandHandler.js b/src/structure/components/observers/CommandHandler.js index 1fde0c9..ff3b7d8 100644 --- a/src/structure/components/observers/CommandHandler.js +++ b/src/structure/components/observers/CommandHandler.js @@ -130,7 +130,7 @@ class CommandHandler extends Observer { let response = null; const now = Date.now(); try { - this.logger.info(`${invoker.user.tag} (${invoker.user.id}) is executing ${invoker.command.name}`); + this.logger.info(`${invoker.user.tag} (${invoker.user.id}) is executing ${invoker.command.name} in ${invoker.guild?.name || 'dms'}`); response = await invoker.command.execute(invoker, options); invoker.command.success(now); } catch (error) {