1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00

Riaggiunto /sbam

This commit is contained in:
Steffo 2016-01-19 21:12:52 +01:00
parent 47ab67a639
commit ca4b532439

7
bot.py
View file

@ -102,10 +102,9 @@ while True:
# ragesend = rage.pop() # ragesend = rage.pop()
# print("@" + username + ": /audio") # print("@" + username + ": /audio")
# telegram.senddocument(ragesend, sentin) # telegram.senddocument(ragesend, sentin)
# elif text.startswith('/sbam'): elif text.startswith('/sbam'):
# # TODO: Rimettere a posto /sbam print("@" + username + ": /sbam")
# print("@" + username + ": /sbam") telegram.senddocument('BQADAgADBwMAAh8GgAGSsR4rwmk_LwI', sentin)
# telegram.senddocument('BQADAgADTQIAAh8GgAGj0jKIrpTgvQI', sentin)
# elif text.startswith('/wololo'): # elif text.startswith('/wololo'):
# print("@" + username + ": /wololo") # print("@" + username + ": /wololo")
# if len(cmd) >= 2: # if len(cmd) >= 2: