mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
troppe scritte inutili
This commit is contained in:
parent
6eb33e17e0
commit
a628792d98
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -345,7 +345,7 @@ 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:
|
||||||
tosend += "{emoji} Music | {emoji} *{channelname}* | {songname}\n" \
|
tosend += "{emoji} *{channelname}* | {songname}\n" \
|
||||||
.format(emoji="\U0001F3B5", channelname=discord.getchannelname(r, member['channel_id']),
|
.format(emoji="\U0001F3B5", channelname=discord.getchannelname(r, member['channel_id']),
|
||||||
songname=member['game']['name'])
|
songname=member['game']['name'])
|
||||||
telegram.sendmessage(tosend, sentin, source)
|
telegram.sendmessage(tosend, sentin, source)
|
||||||
|
|
Loading…
Reference in a new issue