support bot: update welcome message

This commit is contained in:
Evgeny Poberezkin
2026-09-11 07:42:01 +01:00
parent d90798e90a
commit ecdc518d4c
+2 -3
View File
@@ -1,11 +1,10 @@
import {isWeekend} from "./util.js"
export const welcomeMessage = `Hello! This is a *SimpleX team* support bot - not an AI.
*Join public groups* at https://simplex.chat/directory or [via directory bot](https://smp4.simplex.im/a#lXUjJW5vHYQzoLYgmi8GbxkGP41_kjefFvBrdwg-0Ok)
We just launched [equity crowdfunding on Wefunder](https://wefunder.com/simplex.chat)!
Discover public groups: [simplex.chat/directory](https://simplex.chat/directory)
Please ask any questions about SimpleX Chat and about our crowdfunding.`
Join the livestream about SimpleX roadmap and equity crowdfunding: [simplex.chat/livestream](https://simplex.chat/livestream) (September 15, at 17:00 UTC)`
export function queueMessage(timezone: string, grokEnabled: boolean): string {
const hours = isWeekend(timezone) ? "48" : "24"