mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Tolto contatore persone online.
This commit is contained in:
parent
1eecd77284
commit
e108f47e90
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -611,7 +611,7 @@ while True:
|
|||
# Informa Telegram che il messaggio è stato ricevuto.
|
||||
telegram.sendchataction(sentin)
|
||||
r = mumbleboxes.getserverstatus("https://www.mumbleboxes.com/servers/5454/cvp.json").json()
|
||||
tosend = "Utenti online: " + str(len(r['root']['users'])) + " / 15\n"
|
||||
tosend = "Utenti online:\n"
|
||||
for u in r['root']['users']:
|
||||
if not u['mute']:
|
||||
if u['selfDeaf']:
|
||||
|
|
Loading…
Reference in a new issue