From adc702e692f7979908886456840ce898b8193286 Mon Sep 17 00:00:00 2001 From: Stephan Meijer Date: Thu, 27 Jun 2024 19:26:07 +0200 Subject: [PATCH] chore: change community link --- src/lib/chat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/chat.ts b/src/lib/chat.ts index 8dae7de..68c2059 100644 --- a/src/lib/chat.ts +++ b/src/lib/chat.ts @@ -10,7 +10,7 @@ export const chat: ChatFn = async (bot) => { }; await bot.say( - 'Hi there! I can help you with your support request. Did you know that we have [public Discussions](https://github.com/orgs/magicbell-io/discussions)? You might be able to find your answer there.', + 'Hi there! I can help you with your support request. Did you know that we have [public Discussions](https://magicbell.to/community)? You might be able to find your answer there.', { delay: 500 } );