diff --git a/disco/bot/bot.py b/disco/bot/bot.py index eb2ff2e..93962d1 100644 --- a/disco/bot/bot.py +++ b/disco/bot/bot.py @@ -7,7 +7,7 @@ import importlib from six.moves import reload_module from holster.threadlocal import ThreadLocal -from gevent.wsgi import WSGIServer +from gevent.pywsgi import WSGIServer from disco.types.guild import GuildMember from disco.bot.plugin import Plugin