Update info.js

This commit is contained in:
Anthony M 2021-01-19 21:37:55 -06:00 committed by GitHub
parent a254e2ed2f
commit 818b024a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -24,8 +24,8 @@ module.exports = {
const version = ("dev build 421")
const release = ("anitrox_dev")
const version = ("Public Test Release 2")
const release = ("anitrox_ptb")
const os = require("os")
const embed = {
@ -105,4 +105,4 @@ const version = ("dev build 421")
message.channel.send({ embed });
}
};
};