1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2024-11-25 15:14:18 +00:00
This commit is contained in:
Steffo 2016-04-21 22:22:08 +02:00
parent 7dc6482a39
commit 861e87a4bc

View file

@ -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):