feat: update supporters message

This commit is contained in:
Dragory 2023-07-01 12:58:14 +00:00
parent e207874ebf
commit 7927de5b5e
No known key found for this signature in database

View file

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