1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

troppe scritte inutili

This commit is contained in:
Steffo 2016-11-17 18:49:27 +01:00
parent 6eb33e17e0
commit a628792d98

2
bot.py
View file

@ -345,7 +345,7 @@ def cv():
# Controlla se l'utente è royal music
elif member['id'] == "176358898851250176":
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']),
songname=member['game']['name'])
telegram.sendmessage(tosend, sentin, source)