mirror of
https://github.com/Alee14/CairoBot.git
synced 2025-01-22 09:12:43 -05:00
Updating the status command
This commit is contained in:
parent
a6ae4fa8b1
commit
c1f998e079
1 changed files with 3 additions and 3 deletions
|
@ -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 } });
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue