diff --git a/commands/cheese.js b/commands/cheese.js index 86891b5..2dff733 100644 --- a/commands/cheese.js +++ b/commands/cheese.js @@ -17,7 +17,7 @@ module.exports = { const embed = { "title": ":cheese: Cheesed", "description": "<@" + taggedUser + ">" + " You got cheesed by " + "<@" + messageAuthor + ">!", - "color": 8311585, + "color": 16312092, "footer": { "icon_url": "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", "text": "Made with ❤ in Illinois | Anitrox © IDeletedSystem64 2018-2021" diff --git a/commands/invite.js b/commands/invite.js index 4a85195..462e819 100644 --- a/commands/invite.js +++ b/commands/invite.js @@ -4,6 +4,28 @@ module.exports = { name: 'invite', description: 'Sends invite to add the bot to a server.', execute(client, message) { - message.channel.send("PTB: https://discord.com/oauth2/authorize?client_id=489125054261755925&scope=bot&permissions=66186303"); + const embed = { + "title": "Add Anitrox to your Server", + "description": "Weather you want stable, or that squeaky clean fresh PTB build, we gotchu.", + "color": 9442302, + "footer": { + "icon_url": "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", + "text": "Made with ❤ in Illinois | Anitrox © 2018-2021 IDeletedSystem64" + }, + "thumbnail": { + "url": "https://cdn.discordapp.com/attachments/803658122299572255/814352905394061322/anitroxaddsrvr.png" + }, + "fields": [ + { + "name": "Anitrox", + "value": "This is the stable main build. \n https://discord.com/oauth2/authorize?client_id=576805923964715018&scope=bot&permissions=8" + }, + { + "name": "Anitrox PTB (Public Test Build)", + "value": "This is the PTB build, which has new features as they are pushed out. and is generally stable. \n https://discord.com/oauth2/authorize?client_id=489125054261755925&scope=bot&permissions=66186303" + } + ] + }; + message.channel.send({ embed }); }, }; \ No newline at end of file diff --git a/commands/setnick.js b/commands/setnick.js new file mode 100644 index 0000000..6965e77 --- /dev/null +++ b/commands/setnick.js @@ -0,0 +1,6 @@ +module.exports = { + name: "setnick", + description: "Set yours or another users nickname." + execute(client, message, args) { + + \ No newline at end of file