diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |
