Updating the status command

This commit is contained in:
Andrew Lee 2017-08-21 23:37:09 -04:00
parent a6ae4fa8b1
commit c1f998e079

View file

@ -5,11 +5,11 @@ const config = require('./config.json')
var prefix = "pug:";
var ver = "1.0.8";
var mcIP = '167.114.103.191';
var mcPort = 29239;
var mcIP = '158.69.18.113';
var mcPort = 25565;
var suggestStates = {};
client.on("ready", () => {
client.on("ready", () => {
client.user.setPresence({ game: { name: 'For help: pug:help', type: 0 } });
});