From 70f0a630878aea9863ddaa3df86e66a3f31a96c8 Mon Sep 17 00:00:00 2001 From: zay Date: Sun, 23 Oct 2022 00:52:01 +0100 Subject: [PATCH] AboutCmd: change wording to reflect deprecation --- backend/src/plugins/Utility/commands/AboutCmd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/Utility/commands/AboutCmd.ts b/backend/src/plugins/Utility/commands/AboutCmd.ts index 369c1201..c2d5253b 100644 --- a/backend/src/plugins/Utility/commands/AboutCmd.ts +++ b/backend/src/plugins/Utility/commands/AboutCmd.ts @@ -89,7 +89,7 @@ export const AboutCmd = utilityCmd({ aboutContent.embeds![0].fields!.push({ name: "Zeppelin supporters 🎉", value: - "These amazing people have supported Zeppelin development by pledging on [Patreon](https://www.patreon.com/zeppelinbot):\n\n" + + "These amazing people supported Zeppelin's development by pledging on the now defunct Patreon:\n\n" + formattedSupporters, inline: false, });