disable voice chans verbosity
This commit is contained in:
parent
2669aef9c2
commit
1bb6fdb032
1 changed files with 2 additions and 1 deletions
3
main.py
3
main.py
|
@ -117,7 +117,8 @@ async def on_voice_state_update(member, before, after):
|
|||
member_msg = str(member.nick) + ' enjoys! :satellite:'
|
||||
|
||||
if prev_chan == next_chan:
|
||||
print('[INFO] ' + str(member.nick) + ' activity')
|
||||
#print('[INFO] ' + str(member.nick) + ' activity')
|
||||
pass
|
||||
else:
|
||||
if member_msg is not None:
|
||||
print('[INFO] ' + member_msg)
|
||||
|
|
Loading…
Reference in a new issue