From d11ee5f01fcfa5c2aa758ee39015b954f9fb9259 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 1 Aug 2023 06:36:42 +0200 Subject: [PATCH] feat: improve siticky message embed (#16) * feat: improve siticky message embed * fix: remove unnecessary timestamp --- apps/bot-discord/src/config.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/apps/bot-discord/src/config.json b/apps/bot-discord/src/config.json index 565fa8c..596f0ac 100644 --- a/apps/bot-discord/src/config.json +++ b/apps/bot-discord/src/config.json @@ -23,10 +23,25 @@ "sticky": { "channelId": "1135563848586379264", "stickyMessage": { - "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" + "title": "Sticky notice", + "description": "In this channel, you can get assistance with your questions, issues, or concerns. Before continuing, please continue to read this sticky message.", + "color": 5150960, + "fields": [ + { + "name": "🔸 Before requesting assistance", + "value": "It is required to read <#953993848374325269> as it contains valuable information guaranteed to answer many of your questions.\nPlease ensure your inquiry is not already addressed in <#1135563848586379264> before requesting assistance." + }, + { + "name": "🔸 Properly request assistance", + "value": "Explain your question or issue clearly and concisely. Including relevant details will help us provide better assistance. Please refer to <#953993848374325269> `11`." + } + ], + "footer": { + "text": "ReVanced", + "icon_url": "https://cdn.discordapp.com/attachments/1095487869923119144/1115436493050224660/revanced-logo.png" + }, + "thumbnail": { + "url": "https://cdn.discordapp.com/attachments/1095487869923119144/1115436493050224660/revanced-logo.png" } }, "timeout": 180000