ItsDrike / CommandBot

Discord Bot which can handle most administrative tasks for servers.
Other
0 stars 0 forks source link

Use selector event loop on Windows #25

Closed ItsDrike closed 4 years ago

ItsDrike commented 4 years ago

Closes #24

In Python 3.8, the default event loop for Windows was changed to proactor. To fix this, the event loop is explicitly set to selector.