Browse Source

fixes #7

quotes
angerstoner 6 years ago
parent
commit
ea1e9c0575
  1. 8
      schneiderbot.py

8
schneiderbot.py

@ -108,11 +108,15 @@ def help(bot, update):
*Fun*:
/cat - random cat (using thecatapi.com)
/dog - random dog (https://dog.ceo/dog-api)
/dog - random dog (using dog.ceo/dog-api)
/magie - random Axel Stoll quote
/manta - random Opel Manta joke
/goodlife - random good life quote
/shrug - prints ¯\_()_/¯
/kill - kills you
/revive - revives you
/sudo kill/revive - force kill/revive
/graveyard - shows the dead people
/help - this help text""", parse_mode=ParseMode.MARKDOWN)
def sendCat(bot, update):

Loading…
Cancel
Save