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

This commit is contained in:
Hugo Levy-Falk 2020-04-19 17:26:54 +02:00
parent d173d341a8
commit ae2469a04f

View file

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