Add new statuses

This commit is contained in:
Anthony M 2021-01-30 23:23:32 -06:00 committed by GitHub
parent 84283cef98
commit 3accd97980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 88 additions and 84 deletions

View File

@ -3,29 +3,33 @@ const fs = require('fs');
const Discord = require('discord.js'); const Discord = require('discord.js');
const { prefix, token } = require('./config.json'); const { prefix, token } = require('./config.json');
const os = require("os") const os = require("os")
const version = "build 435";
const version = "Test Release 3, build 439"; const release = "anitrox_unstable"
const release = "anitrox_ptb"
console.log('Starting!') console.log('Starting!')
const client = new Discord.Client(); const client = new Discord.Client();
client.commands = new Discord.Collection(); client.commands = new Discord.Collection();
const activities_list = [ const activities_list = [
"with n!help", "with np!help",
"Where am I?", "Where am I?",
"with Sylveons!", "with Sylveons!",
"on my host's hard disk", "on my host's hard disk",
"with Happy", "with Sophie",
"HAAAAAAAAPPPPPPPYYYYYYYYYYYYYYYYYYYY", "HAAAAAAAAPPPPPPPYYYYYYYYYYYYYYYYYYYY",
"Running on " + process.platform + " / " + os.version() + "!", "Running on " + process.platform + " / " + os.version() + "!",
"with the tea machine", "with the tea machine",
"with Borked Computers", "with Borked Computers",
"on Happy's main PC- wait shoot she's coming", "on Sophie's main PC- wait shoot she's coming",
"btw I use Debian linux", "btw I use Debian linux",
"Watching you", "Watching you",
"Running " + release + " Version " + version, "Running " + release + " Version " + version,
"in Incognito Mode- wait what" "in Incognito Mode- wait what",
"uwu",
"Team Fortress 2 with Sophie",
"videos on Hulu",
"American Truck Simulator",
"my users!",
"Sophies skirt"
]; ];
const footicon = "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png" const footicon = "https://media.discordapp.net/attachments/549707869138714635/793524910172667964/Screenshot_26.png"
const footer = "Made with ❤ in Illinois | Anitrox © 2018-2021 IDeletedSystem64" const footer = "Made with ❤ in Illinois | Anitrox © 2018-2021 IDeletedSystem64"