From fbd0c4b2718be8aafc8d6d9a8988ad051a559194 Mon Sep 17 00:00:00 2001 From: Palm Date: Tue, 1 Aug 2023 02:30:25 +0700 Subject: [PATCH] fix(bot-discord): improve sticky message config (#14) * fix(bot-discord): increase sticky message timeout * fix(bot-discord): update sticky message content --- apps/bot-discord/src/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/bot-discord/src/config.json b/apps/bot-discord/src/config.json index bc0d952..565fa8c 100644 --- a/apps/bot-discord/src/config.json +++ b/apps/bot-discord/src/config.json @@ -23,13 +23,13 @@ "sticky": { "channelId": "1135563848586379264", "stickyMessage": { - "title": "Read me!", - "description": "It is required to read <#953993848374325269> and search <#1135563848586379264> for existing questions.", + "title": "Sticky message", + "description": "It is **required** to read <#953993848374325269> and search <#1135563848586379264> for existing questions.", "image": { "url": "https://cdn.discordapp.com/attachments/1135563848586379264/1135564251440873493/warning.gif" } }, - "timeout": 60000 + "timeout": 180000 }, "server": { "port": 3000, @@ -172,4 +172,4 @@ } } ] -} \ No newline at end of file +}