From 4ea6b6464cba22ddf0c02eb6afd254d60ffbf968 Mon Sep 17 00:00:00 2001 From: GramingFoxTeam Date: Mon, 31 Jul 2023 20:09:00 +0300 Subject: [PATCH] feat(bot-discord): change stickied message --- apps/bot-discord/src/config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/bot-discord/src/config.json b/apps/bot-discord/src/config.json index 929f7ef..bc0d952 100644 --- a/apps/bot-discord/src/config.json +++ b/apps/bot-discord/src/config.json @@ -23,9 +23,13 @@ "sticky": { "channelId": "1135563848586379264", "stickyMessage": { - "title": "Read me!" + "title": "Read me!", + "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": 30000 + "timeout": 60000 }, "server": { "port": 3000,