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, }); }