From e354ae09d47ab0b10e61fe58d82ea392d7fc7a93 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Thu, 7 Feb 2019 21:54:13 -0500 Subject: [PATCH] Update plugin.py --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 4071d53..4e4ec21 100644 --- a/plugin.py +++ b/plugin.py @@ -69,7 +69,7 @@ class Fun(callbacks.Plugin): """ channel = msg.args[0] - data = requests.get("http://randomuselessfact.appspot.com/random.json").json() + data = requests.get("http://randomuselessfact.appspot.com/random.json?language=en").json() irc.reply(data['text']) useless = wrap(useless)