From 7927de5b5e7a9923ff2c9ead62db159526cb2a47 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 1 Jul 2023 12:58:14 +0000 Subject: [PATCH] feat: update supporters message --- backend/src/plugins/Utility/commands/AboutCmd.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/backend/src/plugins/Utility/commands/AboutCmd.ts b/backend/src/plugins/Utility/commands/AboutCmd.ts index 74091452..53408d71 100644 --- a/backend/src/plugins/Utility/commands/AboutCmd.ts +++ b/backend/src/plugins/Utility/commands/AboutCmd.ts @@ -84,9 +84,7 @@ export const AboutCmd = utilityCmd({ aboutEmbed.fields!.push({ name: "Zeppelin supporters 🎉", - value: - "These amazing people have supported Zeppelin development by pledging on [Patreon](https://www.patreon.com/zeppelinbot):\n\n" + - formattedSupporters, + value: "These amazing people have supported Zeppelin development:\n\n" + formattedSupporters, inline: false, }); }