diff --git a/commands/info.js b/commands/info.js index bc324ca..4989d73 100644 --- a/commands/info.js +++ b/commands/info.js @@ -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 }); } - }; \ No newline at end of file + };