3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 02:25:01 +00:00

AboutCmd: change wording to reflect deprecation

This commit is contained in:
zay 2022-10-23 00:52:01 +01:00
parent ccd1d3d69e
commit 70f0a63087
No known key found for this signature in database
GPG key ID: 3B48C5B19B502F5F

View file

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