summaryrefslogtreecommitdiffstats
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index a168e95..0b13af9 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -45,7 +45,7 @@ app.command("/veeti", async ({ command, ack, respond, client }) => {
console.log("Sending message to channel", command.channel_id);
await client.filesUploadV2({
channel_id: command.channel_id,
- initial_comment: `By: @${command.user_name}`,
+ initial_comment: `Lähettäjä: @${command.user_name}`,
file: fileContent,
filename: fileName,
});