Update footers
This commit is contained in:
parent
98b6958c41
commit
404eb93ea1
19 changed files with 53 additions and 24 deletions
|
@ -25,7 +25,7 @@ module.exports = {
|
||||||
"color": 13632027,
|
"color": 13632027,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
31
commands/ban.js
Normal file
31
commands/ban.js
Normal file
|
@ -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"));
|
||||||
|
|
||||||
|
}
|
||||||
|
}}}
|
|
@ -10,7 +10,7 @@ module.exports = {
|
||||||
"color": 13632027,
|
"color": 13632027,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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": [
|
"fields": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,7 +20,7 @@ module.exports = {
|
||||||
"color": 16312092,
|
"color": 16312092,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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": {
|
"image": {
|
||||||
"url": "https://cdn.discordapp.com/attachments/803658122299572255/812867714368536636/R06325af354168febcafd96b8328b7590.png"
|
"url": "https://cdn.discordapp.com/attachments/803658122299572255/812867714368536636/R06325af354168febcafd96b8328b7590.png"
|
||||||
|
|
|
@ -26,7 +26,7 @@ module.exports = {
|
||||||
"color": 9442302,
|
"color": 9442302,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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": {
|
"image": {
|
||||||
"url": gif
|
"url": gif
|
||||||
|
|
|
@ -10,20 +10,16 @@ const embed = {
|
||||||
"color": 9442302,
|
"color": 9442302,
|
||||||
"description": "More commands are soon to come, stay tuned!",
|
"description": "More commands are soon to come, stay tuned!",
|
||||||
"footer": {
|
"footer": {
|
||||||
"text": "Some commands are hidden for dev-only. | Anitrox © IDeletedSystem64 2018-2021"
|
"text": "Made with ❤ in Illinois | Anitrox by IDeletedSystem64"
|
||||||
},
|
},
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"name": "Utility Commands",
|
"name": "Utility Commands",
|
||||||
"value": "`help` ``info`` ``userinfo`` ``ping`` ``invite`` ``avatar``"
|
"value": "`help` ``info`` ``userinfo`` ``ping`` ``invite`` ``avatar``"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Moderation Commands",
|
|
||||||
"value": "`ban`/`unban` `kick` `mute`/`unmute` "
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Server Management Commands",
|
"name": "Server Management Commands",
|
||||||
"value": "`makerole`/`delrole`/`editrole` `setnick` `makechan`/`editchan`/`delchan` "
|
"value": "`setnick`"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Action Commands",
|
"name": "Action Commands",
|
||||||
|
@ -36,9 +32,11 @@ const embed = {
|
||||||
{
|
{
|
||||||
"name": "**Or you can view the bot progress, known issues, and planned features!**",
|
"name": "**Or you can view the bot progress, known issues, and planned features!**",
|
||||||
"value": "bit.ly/anitrox-trello"
|
"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 });
|
message.channel.send({ embed });
|
||||||
|
|
|
@ -33,7 +33,7 @@ module.exports = {
|
||||||
"color": 9442302,
|
"color": 9442302,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://cdn.discordapp.com/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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": {
|
"thumbnail": {
|
||||||
"url": ("https://cdn.discordapp.com/avatars/576805923964715018/20f9b2815850dbbebd6d858308c90330.webp")
|
"url": ("https://cdn.discordapp.com/avatars/576805923964715018/20f9b2815850dbbebd6d858308c90330.webp")
|
||||||
|
|
|
@ -10,7 +10,7 @@ module.exports = {
|
||||||
"color": 9442302,
|
"color": 9442302,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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": {
|
"thumbnail": {
|
||||||
"url": "https://cdn.discordapp.com/attachments/803658122299572255/814352905394061322/anitroxaddsrvr.png"
|
"url": "https://cdn.discordapp.com/attachments/803658122299572255/814352905394061322/anitroxaddsrvr.png"
|
||||||
|
|
|
@ -23,7 +23,7 @@ module.exports = {
|
||||||
"color": 13632027,
|
"color": 13632027,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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": [
|
"fields": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -35,7 +35,7 @@ module.exports = {
|
||||||
"color": 9442302,
|
"color": 9442302,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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": [
|
"fields": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -23,7 +23,7 @@ module.exports = {
|
||||||
"color": 9442302,
|
"color": 9442302,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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": [
|
"fields": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,7 @@ module.exports = {
|
||||||
"color": 9442302,
|
"color": 9442302,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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": [
|
"fields": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"name": "Ping is " + client.ws.ping + " ms",
|
"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!"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
|
@ -22,7 +22,7 @@ module.exports = {
|
||||||
"color": 9442302,
|
"color": 9442302,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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": [
|
"fields": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -29,7 +29,7 @@ module.exports = {
|
||||||
"color": 13632027,
|
"color": 13632027,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://cdn.discordapp.com/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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": [
|
"fields": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -12,7 +12,7 @@ module.exports = {
|
||||||
"color": 9442302,
|
"color": 9442302,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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": [
|
"fields": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -13,7 +13,7 @@ const errorembed = {
|
||||||
"color": 13632027,
|
"color": 13632027,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://images-ext-2.discordapp.net/external/-qaO3jaZLojhEnjrHiKABdXD7gLWqFvdUqHdskNGWhE/https/media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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": [
|
"fields": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -23,7 +23,7 @@ module.exports = {
|
||||||
"color": 9442302,
|
"color": 9442302,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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": {
|
"image": {
|
||||||
"url": gif
|
"url": gif
|
||||||
|
|
|
@ -25,7 +25,7 @@ module.exports = {
|
||||||
"color": 9442302,
|
"color": 9442302,
|
||||||
"footer": {
|
"footer": {
|
||||||
"icon_url": "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png",
|
"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": {
|
"thumbnail": {
|
||||||
|
|
Reference in a new issue