support bot: add crowdfunding announcement to welcome message (#7351)

This commit is contained in:
Narasimha-sc
2026-08-06 15:51:23 +01:00
committed by Evgeny Poberezkin
parent 970ef89325
commit 0b2f030dc6
+4 -1
View File
@@ -2,7 +2,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)
Please ask any questions about SimpleX Chat.`
We just launched [equity crowdfunding on Wefunder](https://wefunder.com/simplex.chat)!
Please ask any questions about SimpleX Chat and about our crowdfunding.`
export function queueMessage(timezone: string, grokEnabled: boolean): string {
const hours = isWeekend(timezone) ? "48" : "24"