Merge branch 'ptb' into dev

This commit is contained in:
Anthony M 2021-01-26 14:10:13 -06:00 committed by GitHub
commit cbdce627d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 84 additions and 82 deletions

View File

@ -3,8 +3,10 @@ const fs = require('fs');
const Discord = require('discord.js');
const { prefix, token } = require('./config.json');
const os = require("os")
const version = "build 432";
const release = "anitrox_unstable"
const version = "Test Release 3, build 439";
const release = "anitrox_ptb"
console.log('Starting!')
const client = new Discord.Client();