Merge branch 'ptb' into dev

This commit is contained in:
Anthony M 2021-01-19 18:34:36 -06:00 committed by GitHub
commit e6b2c14d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 86 additions and 82 deletions

View File

@ -1,5 +1,6 @@
{
"prefix": "n!",
"token": "<token>",
"ownerID": "309427567004483586"
}

View File

@ -3,8 +3,11 @@ const fs = require('fs');
const Discord = require('discord.js');
const { prefix, token } = require('./config.json');
const os = require("os")
const version = "Test Release 21";
const release = "anitrox_unstable"
const version = "Public Test Release 1";
const release = "anitrox_ptb"
const buildno = "430"
console.log('Starting!')
const client = new Discord.Client();
client.commands = new Discord.Collection();