Update info.js
This commit is contained in:
parent
a254e2ed2f
commit
818b024a14
|
@ -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 });
|
||||
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Reference in New Issue