mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-25 15:14:18 +00:00
mh
This commit is contained in:
parent
7dc6482a39
commit
861e87a4bc
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -109,7 +109,7 @@ inprogress = list()
|
||||||
|
|
||||||
# Comandi a cui risponde il bot
|
# Comandi a cui risponde il bot
|
||||||
def ping(bot, update):
|
def ping(bot, update):
|
||||||
bot.sendMessage(update.message.chat.id, "Pong!")
|
bot.sendMessage(update.message.chat['id'], "Pong!")
|
||||||
|
|
||||||
|
|
||||||
def newgame(bot, update):
|
def newgame(bot, update):
|
||||||
|
|
Loading…
Reference in a new issue