diff --git a/commands/8ball.js b/commands/8ball.js index 4c324d1..94c73fd 100644 --- a/commands/8ball.js +++ b/commands/8ball.js @@ -25,7 +25,7 @@ module.exports = { "color": 13632027, "footer": { "icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Made with ❤ in Illinois | Anitrox © 2018-2021 IDeletedSystem64" + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" } } } diff --git a/commands/ban.js b/commands/ban.js new file mode 100644 index 0000000..c8549fb --- /dev/null +++ b/commands/ban.js @@ -0,0 +1,31 @@ +const { GuildMember } = require("discord.js"); + +module.exports = { + name: "ban", + description: "Bans an user, This requires that you have ``BAN_MEMBERS`` or ``ADMINISTRATOR``", + execute(client, message, args) { + const banembed = { + "title": "<:usersuccess:793885338250641469> User Banned", + "description": "User ${user.tag} was banned!", + "color": 5736060, + "fields": [ + { + "name": "Reason", + "value": "reason" + } + ] + }; + const user = message.mentions.users.first(); + if (user) { + const member = message.guild.member(user); + if (member) { + member + .ban({ + reason: 'reason', + }) + .then(() => + + message.channel.send("bye lmao")); + + } + }}} \ No newline at end of file diff --git a/commands/bonk.js b/commands/bonk.js index 6daa809..11e0fea 100644 --- a/commands/bonk.js +++ b/commands/bonk.js @@ -10,7 +10,7 @@ module.exports = { "color": 13632027, "footer": { "icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Made with ❤ in Illinois | Anitrox © 2018-2021 IDeletedSystem64" + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" }, "fields": [ { diff --git a/commands/cheese.js b/commands/cheese.js index 2dff733..6f78914 100644 --- a/commands/cheese.js +++ b/commands/cheese.js @@ -20,7 +20,7 @@ module.exports = { "color": 16312092, "footer": { "icon_url": "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Made with ❤ in Illinois | Anitrox © IDeletedSystem64 2018-2021" + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" }, "image": { "url": "https://cdn.discordapp.com/attachments/803658122299572255/812867714368536636/R06325af354168febcafd96b8328b7590.png" diff --git a/commands/cuddle.js b/commands/cuddle.js index a151285..4f08ccf 100644 --- a/commands/cuddle.js +++ b/commands/cuddle.js @@ -26,7 +26,7 @@ module.exports = { "color": 9442302, "footer": { "icon_url": "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Made with ❤ in Illinois | Anitrox © IDeletedSystem64 2018-2021" + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" }, "image": { "url": gif diff --git a/commands/help.js b/commands/help.js index 26b15e0..0cf7b16 100644 --- a/commands/help.js +++ b/commands/help.js @@ -10,20 +10,16 @@ const embed = { "color": 9442302, "description": "More commands are soon to come, stay tuned!", "footer": { - "text": "Some commands are hidden for dev-only. | Anitrox © IDeletedSystem64 2018-2021" + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" }, "fields": [ { "name": "Utility Commands", "value": "`help` ``info`` ``userinfo`` ``ping`` ``invite`` ``avatar``" }, - { - "name": "Moderation Commands", - "value": "`ban`/`unban` `kick` `mute`/`unmute` " - }, { "name": "Server Management Commands", - "value": "`makerole`/`delrole`/`editrole` `setnick` `makechan`/`editchan`/`delchan` " + "value": "`setnick`" }, { "name": "Action Commands", @@ -36,9 +32,11 @@ const embed = { { "name": "**Or you can view the bot progress, known issues, and planned features!**", "value": "bit.ly/anitrox-trello" + }, + { + "name": "<:AnitroxInfo:809651936831733791> **The bot isn't yet fully finished. There's more to come! if I don't rewrite from scratch that is 😛**" } - ] }; message.channel.send({ embed }); diff --git a/commands/info.js b/commands/info.js index c051e9a..26ab987 100644 --- a/commands/info.js +++ b/commands/info.js @@ -33,7 +33,7 @@ module.exports = { "color": 9442302, "footer": { "icon_url": "https://cdn.discordapp.com/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Made with ❤ in Illinois | Anitrox © IDeletedSystem64 2018-2021 " + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" }, "thumbnail": { "url": ("https://cdn.discordapp.com/avatars/576805923964715018/20f9b2815850dbbebd6d858308c90330.webp") diff --git a/commands/invite.js b/commands/invite.js index 1e5156b..77a02f1 100644 --- a/commands/invite.js +++ b/commands/invite.js @@ -10,7 +10,7 @@ module.exports = { "color": 9442302, "footer": { "icon_url": "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Made with ❤ in Illinois | Anitrox © 2018-2021 IDeletedSystem64" + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" }, "thumbnail": { "url": "https://cdn.discordapp.com/attachments/803658122299572255/814352905394061322/anitroxaddsrvr.png" diff --git a/commands/kiss.js b/commands/kiss.js index 2273463..b220904 100644 --- a/commands/kiss.js +++ b/commands/kiss.js @@ -23,7 +23,7 @@ module.exports = { "color": 13632027, "footer": { "icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Made with ❤ in Illinois | Anitrox © 2018-2021 IDeletedSystem64" + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" }, "fields": [ { diff --git a/commands/leskiss.js b/commands/leskiss.js index 5f83b2a..fa4982f 100644 --- a/commands/leskiss.js +++ b/commands/leskiss.js @@ -35,7 +35,7 @@ module.exports = { "color": 9442302, "footer": { "icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Made with ❤ in Illinois | Anitrox © 2018-2021 IDeletedSystem64" + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" }, "fields": [ { diff --git a/commands/nom.js b/commands/nom.js index 98f4961..b67fa75 100644 --- a/commands/nom.js +++ b/commands/nom.js @@ -23,7 +23,7 @@ module.exports = { "color": 9442302, "footer": { "icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Made with ❤ in Illinois | Anitrox © 2018-2021 IDeletedSystem64" + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" }, "fields": [ { diff --git a/commands/pat.js b/commands/pat.js index 54dc598..0e05524 100644 --- a/commands/pat.js +++ b/commands/pat.js @@ -22,7 +22,7 @@ module.exports = { "color": 9442302, "footer": { "icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Made with ❤ in Illinois | Anitrox © 2018-2021 IDeletedSystem64" + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" }, "fields": [ { diff --git a/commands/ping.js b/commands/ping.js index 17b350b..e8a4ac0 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -8,7 +8,7 @@ module.exports = { "fields": [ { "name": "Ping is " + client.ws.ping + " ms", - "value": "If this is more than 1500ms there may be a problem!" + "value": "If this is more than 350ms there may be a problem!" } ] }; diff --git a/commands/poke.js b/commands/poke.js index 1803d64..6b8ebd0 100644 --- a/commands/poke.js +++ b/commands/poke.js @@ -22,7 +22,7 @@ module.exports = { "color": 9442302, "footer": { "icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Made with ❤ in Illinois | Anitrox © 2018-2021 IDeletedSystem64" + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" }, "fields": [ { diff --git a/commands/reload.js b/commands/reload.js index a434e39..59af0ac 100644 --- a/commands/reload.js +++ b/commands/reload.js @@ -29,7 +29,7 @@ module.exports = { "color": 13632027, "footer": { "icon_url": "https://cdn.discordapp.com/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Anitrox © IDeletedSystem64 2018-2021 All Rights Reserved." + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" }, "fields": [ { diff --git a/commands/setnick.js b/commands/setnick.js index 99afa6b..a828250 100644 --- a/commands/setnick.js +++ b/commands/setnick.js @@ -12,7 +12,7 @@ module.exports = { "color": 9442302, "footer": { "icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Made with ❤ in Illinois | Anitrox © 2018-2021 IDeletedSystem64" + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" }, "fields": [ { diff --git a/commands/slap.js b/commands/slap.js index 721acb8..94ebaa9 100644 --- a/commands/slap.js +++ b/commands/slap.js @@ -13,7 +13,7 @@ const errorembed = { "color": 13632027, "footer": { "icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Made with ❤ in Illinois | Anitrox © 2018-2021 IDeletedSystem64" + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" }, "fields": [ { diff --git a/commands/snuggle.js b/commands/snuggle.js index 4a5f982..3869711 100644 --- a/commands/snuggle.js +++ b/commands/snuggle.js @@ -23,7 +23,7 @@ module.exports = { "color": 9442302, "footer": { "icon_url": "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Made with ❤ in Illinois | Anitrox © IDeletedSystem64 2018-2021" + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64" }, "image": { "url": gif diff --git a/commands/userinfo.js b/commands/userinfo.js index 71723c7..c8c05ed 100644 --- a/commands/userinfo.js +++ b/commands/userinfo.js @@ -25,7 +25,7 @@ module.exports = { "color": 9442302, "footer": { "icon_url": "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png", - "text": "Made with ❤ in Illinois | Anitrox © 2018-2021 IDeletedSystem64" + "text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem644" }, "thumbnail": {