Removed logging of status change
This commit is contained in:
parent
538aff8ba9
commit
a59598506c
1
app.js
1
app.js
@ -43,7 +43,6 @@ client.on('presenceUpdate', (bef, aft) => {
|
|||||||
|
|
||||||
aft.member.roles.add(role[aft.status]);
|
aft.member.roles.add(role[aft.status]);
|
||||||
aft.member.roles.remove(role[bef.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) => {
|
client.on('voiceStateUpdate', (bef, aft) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user