mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
Riaggiunto /sbam
This commit is contained in:
parent
47ab67a639
commit
ca4b532439
1 changed files with 3 additions and 4 deletions
7
bot.py
7
bot.py
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue