mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 21:44:21 +00:00
waaaaaaaaaaaaaaaaaaaaaa
This commit is contained in:
parent
b4d1d3a8f6
commit
6c7ad3d8e7
1 changed files with 4 additions and 5 deletions
7
bot.py
7
bot.py
|
@ -292,11 +292,11 @@ def automah():
|
||||||
|
|
||||||
|
|
||||||
def cv():
|
def cv():
|
||||||
|
print("@" + username + ": /roll")
|
||||||
# Elenco di tutte le persone online su Discord
|
# Elenco di tutte le persone online su Discord
|
||||||
tosend = "*Su Discord ora:*\n"
|
tosend = "*Su Discord ora:*\n"
|
||||||
r = discord.getwidgetdata("176353500710699008")
|
r = discord.getwidgetdata("176353500710699008")
|
||||||
musicstatus = str()
|
musicstatus = str()
|
||||||
musicchannel = str()
|
|
||||||
for member in r['members']:
|
for member in r['members']:
|
||||||
m = dict()
|
m = dict()
|
||||||
if 'bot' not in member or not member['bot']:
|
if 'bot' not in member or not member['bot']:
|
||||||
|
@ -331,9 +331,8 @@ def cv():
|
||||||
# Controlla se l'utente è royal music
|
# Controlla se l'utente è royal music
|
||||||
elif member['id'] == "176358898851250176":
|
elif member['id'] == "176358898851250176":
|
||||||
if 'game' in member:
|
if 'game' in member:
|
||||||
musicchannel = discord.getchannelname(r, member['channel_id'])
|
musicstatus = "{emoji} *{channelname}* {songname}\n" \
|
||||||
musicstatus = "{emoji} *{channelname}* {songname}\n".format(emoji="\U0001F3B5",
|
.format(emoji="\U0001F3B5", channelname=discord.getchannelname(r, member['channel_id']),
|
||||||
channelname=musicchannel,
|
|
||||||
songname=member['game']['name'])
|
songname=member['game']['name'])
|
||||||
if musicstatus != "":
|
if musicstatus != "":
|
||||||
tosend += musicstatus
|
tosend += musicstatus
|
||||||
|
|
Loading…
Reference in a new issue