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:
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
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue