From 95a7df98b3f8f4534635a5abe4715c497afadaaa Mon Sep 17 00:00:00 2001 From: IDeletedSystem64 Date: Thu, 11 Aug 2022 16:11:43 -0500 Subject: [PATCH] Mention source and self-hosting, Clean up embed code --- commands/invite.js | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/commands/invite.js b/commands/invite.js index f918bfa..a809d75 100644 --- a/commands/invite.js +++ b/commands/invite.js @@ -26,18 +26,10 @@ module.exports = { url: 'https://cdn.discordapp.com/attachments/803658122299572255/814352905394061322/anitroxaddsrvr.png' }, 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: 'So you want the fresh and hot builds straight from the oven? We gotchu \n [Add Anitrox PTB to your server](https://discord.com/oauth2/authorize?client_id=489125054261755925&scope=bot&permissions=66186303)' - }, - { - 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', 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: 'So you want the fresh and hot builds straight from the oven? We gotchu \n [Add Anitrox PTB to your server](https://discord.com/oauth2/authorize?client_id=489125054261755925&scope=bot&permissions=66186303)' }, + { 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)' } ] }] };