mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
\n
This commit is contained in:
parent
cddc55b83b
commit
8dbd23291f
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -358,7 +358,7 @@ while True:
|
|||
elif 'channelname' in m:
|
||||
tosend += "{emoji} *{channelname}* {name}\n".format(**m)
|
||||
else:
|
||||
tosend += "{emoji} {name}".format(**m)
|
||||
tosend += "{emoji} {name}\n".format(**m)
|
||||
telegram.sendmessage(tosend, sentin, source)
|
||||
elif text.startswith('/online'):
|
||||
# Elenco di tutte le persone online su Steam
|
||||
|
|
Loading…
Reference in a new issue