mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
legit
This commit is contained in:
parent
81ee74d770
commit
a032343fd5
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -348,7 +348,7 @@ while True:
|
|||
else:
|
||||
emoji = chr(9899)
|
||||
name = member['username']
|
||||
if gamename in locals() and channelname in locals():
|
||||
if 'gamename' in locals() and 'channelname' in locals():
|
||||
tosend += "{emoji} *{channelname}* {name} | _{gamename}_".format(**locals())
|
||||
telegram.sendmessage(tosend, sentin, source)
|
||||
elif text.startswith('/online'):
|
||||
|
|
Loading…
Reference in a new issue