WIP: Merge 1.3.4 dev changes with stable #1

Closed
IDeletedSystem64 wants to merge 6 commits from stable-1.3.4 into stable
6 changed files with 15 additions and 1405 deletions

View file

@ -1,6 +1,6 @@
# Anitrox Development Branch (anitrox_dev)
This is the development branch, Where all the work happens. Be careful as some features may bite, or be removed without notice!
# Anitrox
This is the stable branch for Anitrox
# Dependencies to get started
To begin, you will need to satisfy the following dependencies:
Node.JS: 16.6.0
@ -14,4 +14,4 @@ Afterwards fill out the ``.env.example`` and ``config-example.json`` and then re
<br>
⚠️ If you don't specify the Owner ID, Some commands such as the bot controls will be unusable!
# Support
Support is available on the [Discord Server!](discord.gg/5nQtMNpf43), or @ me on [Twitter!](twitter.com/IDeleteSystem64) [Mastodon!](glaceon.social/@IDeletedSystem64)
Support is available on the [Discord Server!](discord.gg/5nQtMNpf43), or @ me on [Twitter!](twitter.com/IDeleteSystem64) [Mastodon!](glaceon.social/@IDeletedSystem64), heck even [email me](mailto:ideleted@system64.dev) I don't care

View file

@ -30,11 +30,12 @@ module.exports = {
},
fields: [
{ name: '<:anitrox:831193012699791361> Bot Information', value: '** **' },
{ name: 'Bot Name', value: `${client.user.tag}`, inline: true },
{ name: 'Bot ID', value: `${client.user.id}`, inline: true },
{ name: 'Bot Name', value: `${client.user.username}`, inline: true },
{ name: 'Bot ID', value: `\`${client.user.id}\``, inline: true },
{ name: 'Bot Owner', value: isNaN(process.env.OWNERID) ? "Owner didn't set an OwnerID :(" : client.users.cache.get(process.env.OWNERID).username, inline: true },
{ name: 'Release Type', value: config.release, inline: true },
{ name: 'Version', value: config.build, inline: true },
{ name: 'Discord.JS Version', value: require('discord.js').version, inline: true},
{ name: ':gear: Bot Process Information', value: '** **' },
{ name: '<:memory:997565609179107369> Bot Memory Usage', value: `${(process.memoryUsage().heapUsed / 1024 / 1024).toFixed(2)} MiB`, inline: true },
{ name: ':timer: Bot Uptime', value: Uptime(client.uptime), inline: true },

View file

@ -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)"}
]
}]
};

View file

@ -1,7 +1,7 @@
{
"prefix": "n!",
"release": "Developer Release",
"build": "1.3.3dev",
"prefix": "np!",
"release": "Stable Release",
"build": "1.3.4",
"footerTxt": "Anitrox, made with <3 by IDeletedSystem64 | 2018-2023",
"sandbox": {
"enabled": false,

View file

@ -4,7 +4,7 @@
"description": "Discord Bot Based on Discord.JS",
"main": "start.js",
"dependencies": {
"discord.js": "^13.6.0",
"discord.js": "^13.16.0",
"dotenv": "^16.0.1",
"node-fetch": "^3.2.9",
"node-os-utils": "^1.3.2",

1391
yarn.lock

File diff suppressed because it is too large Load diff