mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
feat: update supporters message
This commit is contained in:
parent
e207874ebf
commit
7927de5b5e
1 changed files with 1 additions and 3 deletions
|
@ -84,9 +84,7 @@ export const AboutCmd = utilityCmd({
|
||||||
|
|
||||||
aboutEmbed.fields!.push({
|
aboutEmbed.fields!.push({
|
||||||
name: "Zeppelin supporters 🎉",
|
name: "Zeppelin supporters 🎉",
|
||||||
value:
|
value: "These amazing people have supported Zeppelin development:\n\n" + formattedSupporters,
|
||||||
"These amazing people have supported Zeppelin development by pledging on [Patreon](https://www.patreon.com/zeppelinbot):\n\n" +
|
|
||||||
formattedSupporters,
|
|
||||||
inline: false,
|
inline: false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue