From b283e1512a0289ea599ab673be224c7f408895b4 Mon Sep 17 00:00:00 2001 From: Sophie Axebane Date: Fri, 19 May 2023 12:53:14 -0500 Subject: [PATCH] Add notice that we are ending development soon. --- commands/invite.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/commands/invite.js b/commands/invite.js index 76f1033..be716e8 100644 --- a/commands/invite.js +++ b/commands/invite.js @@ -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)"} ] }] };