mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Fix presences probably ¯\_(ツ)_/¯
This commit is contained in:
@@ -16,9 +16,8 @@ client.on('ready', () => {
|
||||
console.log('ready!');
|
||||
});
|
||||
|
||||
client.on('presenceUpdate', (o, n) => {
|
||||
if (o.username.startsWith('hydr'))
|
||||
console.log(o.username, o.presence.status, n.presence.status);
|
||||
client.on('userUpdate', (o, n) => {
|
||||
console.log(o.username, n.username);
|
||||
});
|
||||
|
||||
client.on('channelCreate', channel => {
|
||||
|
||||
Reference in New Issue
Block a user