From b15d63c86f20dc658fe0a0e92ff06b2ff3a8e844 Mon Sep 17 00:00:00 2001 From: Onni Lampi Date: Sat, 16 Aug 2025 17:19:23 +0300 Subject: Add command requester to log output --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/index.ts b/src/index.ts index 0615cd7..e2254e7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -36,7 +36,7 @@ app.command("/veeti", async ({ command, ack, respond, client }) => { return; } - console.log("Received command: /veeti", command.text); + console.log("Received command: /veeti", command.text, " from ", command.user_name); const cmdText = command.text.trim(); const cmdParts = cmdText.split(" "); const url = cmdParts[0]; -- cgit v1.3