From ca4b532439111c7f01bac6f0d2fa295c4a1dc89e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 19 Jan 2016 21:12:52 +0100 Subject: [PATCH] Riaggiunto /sbam --- bot.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bot.py b/bot.py index afe117e8..23133166 100644 --- a/bot.py +++ b/bot.py @@ -102,10 +102,9 @@ while True: # ragesend = rage.pop() # print("@" + username + ": /audio") # telegram.senddocument(ragesend, sentin) - # elif text.startswith('/sbam'): - # # TODO: Rimettere a posto /sbam - # print("@" + username + ": /sbam") - # telegram.senddocument('BQADAgADTQIAAh8GgAGj0jKIrpTgvQI', sentin) + elif text.startswith('/sbam'): + print("@" + username + ": /sbam") + telegram.senddocument('BQADAgADBwMAAh8GgAGSsR4rwmk_LwI', sentin) # elif text.startswith('/wololo'): # print("@" + username + ": /wololo") # if len(cmd) >= 2: