mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
track new users from presence
This commit is contained in:
@@ -83,6 +83,6 @@ client.on("debug", msg => console.log("[debug]", 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}`))
|
||||
var chan1, chan2;
|
||||
var msg1, msg2;
|
||||
|
||||
Reference in New Issue
Block a user