From 342a4cce15ce77c2c7acb12e48c59ae17e032a7f Mon Sep 17 00:00:00 2001 From: Robert Baker Date: Sun, 4 Aug 2024 16:35:40 -0700 Subject: [PATCH] Don't link the XL and Dalamud server for Penumbra plugin testing --- config/884363610640498698/faqs/plugintesting.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/884363610640498698/faqs/plugintesting.js b/config/884363610640498698/faqs/plugintesting.js index bea8fc9..e0aff64 100644 --- a/config/884363610640498698/faqs/plugintesting.js +++ b/config/884363610640498698/faqs/plugintesting.js @@ -8,9 +8,8 @@ exports.answer = async client => ({ + `5. Save / Save and Close\n` + `\n` + `**Please note that testing plugins can/will have bugs and may change dramatically before final release. ` - + `Especially on newer plugins, they could crash your game. ` - + `For troubleshooting, please keep questions/comments/issues in the <#719513457988337724> channel.** ` - + `More info [HERE](https://goatcorp.github.io/faq/dalamud_troubleshooting#q-how-do-i-enable-plugin-test-builds)`, + + `Especially on newer plugins, they could crash your game.\n\n` + + `For troubleshooting, please keep questions/comments/issues in their respective channels/categories.`, color: client.config.EMBED_NORMAL_COLOR, footer: { "text": client.config.FRANZBOT_VERSION,