Paweł
Paweł
Unfortunately the problem still exists, current translations are not approved, 1470 commits are waiting to be synced with the upstream.
Is a specific number of ready-to-go hours required? I would like to try to help, but unfortunately I have a tight schedule and I could spend 1-3 hours a week...
``` "@slack/bolt": "^3.12.1", "typescript": "^4.7.4" ``` This one works for me :smile: ```TS if ( message.subtype !== "message_deleted" && message.subtype !== "message_replied" && message.subtype !== "message_changed" ) { await say(`Hello,...