diff --git a/plugins/history/history.py b/plugins/history/history.py index 9ad3f8cd17a8be9ce032bcaa729773b389fbd405..416351d5d82157888b72271eeab122123374a5af 100644 --- a/plugins/history/history.py +++ b/plugins/history/history.py @@ -68,4 +68,4 @@ def history(bot, context, args): bot.send(context,buf.getvalue()) - threading.Thread(target=headle).start() + threading.Thread(target=handle).start()