diff options
| author | Jan T <jan@jantuomi.fi> | 2024-03-16 13:32:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-16 13:32:54 +0200 |
| commit | a14845b885c0f36800db0aa7e05968e87bc16485 (patch) | |
| tree | 514a7943b76a3f1b36f30c435a05f8c4a6bca3a2 /src/index.ts | |
| parent | 4781eda76880886cee2858de66d7445eb13ff252 (diff) | |
| parent | 80f909d24748bae652442e6f884dbb07273e9165 (diff) | |
Merge pull request #1 from poksiala/main
Fix channel message language
Diffstat (limited to 'src/index.ts')
| -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 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, }); |
