add member chunks

This commit is contained in:
hydrabolt
2016-02-12 22:07:56 +00:00
parent f0c719cf71
commit 54045de5f1
8 changed files with 97 additions and 3 deletions

View File

@@ -79,10 +79,13 @@ client.on("message", msg => {
console.log("INIT");
client.forceFetchUsers();
client.on("debug", msg => console.log("[debug]", msg));
client.on("unk", msg => console.log("[unknown]", msg));
client.login(process.env["ds_email"], process.env["ds_password"]).catch(console.log);
client.on("presence", (old, news) => console.log(`PRESENCE TEST ${old.username} $$ ${news.username}`))
//client.on("presence", (old, news) => console.log(`PRESENCE TEST ${old.username} $$ ${news.username}`))
var chan1, chan2;
var msg1, msg2;