Add notice that we are ending development soon.

This commit is contained in:
Sophie Marie 2023-05-19 12:53:14 -05:00
parent 08496ff1ef
commit b283e1512a
Signed by: IDeletedSystem64
GPG Key ID: F5D997A1BEF778ED
1 changed files with 5 additions and 5 deletions

View File

@ -15,8 +15,8 @@ module.exports = {
handle (_, config, user) {
return {
embeds: [{
title: 'Add Anitrox to your Server!',
description: 'Weather you want stable, or that squeaky clean fresh PTB build, we gotchu.',
title: 'Woaaaa, New Server!',
description: 'Weather you want stable, or a dev build we gotchu.',
color: 9442302,
footer: {
icon_url: user.displayAvatarURL(),
@ -27,9 +27,9 @@ module.exports = {
},
fields: [
{ name: 'Anitrox', value: 'Get the ripe off the vine Anitrox! \n [Add Anitrox to your server](https://discord.com/oauth2/authorize?client_id=576805923964715018&scope=bot&permissions=8)' },
{ name: 'Anitrox PTB (Public Test Build)', value: 'Anitrox PTB is going to be discontinued on November 25th, 2022. [Learn More](https://docs.google.com/document/d/1cpmJjBEo-blxvirOtDsIT-Hrq40qVseRHBY7asBT47k)' },
{ name: 'Anitrox Dev, Self hosting and more!', value: 'Self-host your own Anitrox (including dev!), Contribute, and more! The possibilites are endless. [Anitrox Source](https://github.com/IDeletedSystem64/anitrox)' },
{ name: 'Need help?', value: 'Come join the Anitrox Support Server, for support and much more!\n [Anitrox Support Server](https://discord.gg/grebRGsBZ3)' }
{ name: 'Anitrox Dev, Self hosting and more! (Recommended.)', value: 'Self-host your own Anitrox (including dev!), Contribute, and more! The possibilites are endless. [Anitrox Source](https://github.com/IDeletedSystem64/anitrox)' },
{ name: 'Need help?', value: 'Come join the Anitrox Support Server, for support and much more!\n [Anitrox Support Server](https://discord.gg/grebRGsBZ3)' },
{ name: ':exclamation: Attention!', value: "Anitrox may stop receiving updates soon, It's best that you self-host or look for an alternative Discord bot. [Learn More](https://system64.dev/anitrox-notice.txt)"}
]
}]
};