Browse Source

It's not you who fixes Chuck Norris. It's Chuck Norris who fixes you.

merge-requests/1/head
Hugo Levy-Falk 6 years ago
parent
commit
ae2469a04f
  1. 2
      klafytg/bots/chuck_norris.py

2
klafytg/bots/chuck_norris.py

@ -10,5 +10,5 @@ def get_content():
return json.loads(r.content)["value"] return json.loads(r.content)["value"]
def on_ping(bot, user, channel, message): def on_ping(bot, update, context):
return get_content() return get_content()

Loading…
Cancel
Save