From 28545c7ae9d25fb3295f879ff66174e982d78dc4 Mon Sep 17 00:00:00 2001 From: taku Date: Tue, 8 Aug 2023 16:43:14 +0200 Subject: [PATCH] fix: better sticky notice (#18) * fix: better sticky notice * Update apps/bot-discord/src/config.json Co-authored-by: oSumAtrIX * Update apps/bot-discord/src/config.json Co-authored-by: oSumAtrIX * fix: move description into field * fix: makes osu structure happy * fix: more small changes * Update apps/bot-discord/src/config.json Co-authored-by: oSumAtrIX * Update apps/bot-discord/src/config.json Co-authored-by: oSumAtrIX * Update apps/bot-discord/src/config.json Co-authored-by: oSumAtrIX --------- Co-authored-by: oSumAtrIX --- apps/bot-discord/src/config.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/apps/bot-discord/src/config.json b/apps/bot-discord/src/config.json index 9115bcd..6928a33 100644 --- a/apps/bot-discord/src/config.json +++ b/apps/bot-discord/src/config.json @@ -42,16 +42,15 @@ "channelId": "1135563848586379264", "stickyMessage": { "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 you ask", + "value": "Check the pinned messages and <#953993848374325269> for existing answers." + }, { - "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`." + "name": "🔸 How to ask", + "value": "Include the following information:\n* Version of ReVanced Manager\n*Name of the app you are patching\n*Version of the app you are patching" } ], "footer": {