Removed logging of status change

This commit is contained in:
Histmy 2021-02-06 21:47:20 +01:00
parent 538aff8ba9
commit a59598506c

1
app.js
View File

@ -43,7 +43,6 @@ client.on('presenceUpdate', (bef, aft) => {
aft.member.roles.add(role[aft.status]);
aft.member.roles.remove(role[bef.status]);
console.log(`${aft.user.username} změnil status z ${bef.status} na ${aft.status}`);
});
client.on('voiceStateUpdate', (bef, aft) => {