The self-hosted Discord bot we are using in the Axie Manager server. It consists of multiple handy features for managing your scholars in Axie Infinity and being able to use it for multiple managers.
Loading listeners ...
Loading: on_command.py
Loading: on_member_join.py
Loading: on_member_update.py
Loading: on_message.py
Loading: on_raw_reaction_add.py
Exception ignored in: <function _ProactorBasePipeTransport.del at 0x0000020886739AF0>
Traceback (most recent call last):
File "C:\Program Files\Python38\lib\asyncio\proactor_events.py", line 116, in del
self.close()
File "C:\Program Files\Python38\lib\asyncio\proactor_events.py", line 108, in close
self._loop.call_soon(self._call_connection_lost, None)
File "C:\Program Files\Python38\lib\asyncio\base_events.py", line 719, in call_soon
self._check_closed()
File "C:\Program Files\Python38\lib\asyncio\base_events.py", line 508, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
[Finished in 4.401s]
Can someone help me, I'm using Python 3.8.2
Loading commands ... Loading: announce.py Loading: clear.py Loading: encrypt.py Loading: help.py Loading: manager.py Loading: mute.py Loading: mydata.py Loading: qr.py Loading: scholar.py Loading: tryout.py
Loading listeners ... Loading: on_command.py Loading: on_member_join.py Loading: on_member_update.py Loading: on_message.py Loading: on_raw_reaction_add.py Exception ignored in: <function _ProactorBasePipeTransport.del at 0x0000020886739AF0> Traceback (most recent call last): File "C:\Program Files\Python38\lib\asyncio\proactor_events.py", line 116, in del self.close() File "C:\Program Files\Python38\lib\asyncio\proactor_events.py", line 108, in close self._loop.call_soon(self._call_connection_lost, None) File "C:\Program Files\Python38\lib\asyncio\base_events.py", line 719, in call_soon self._check_closed() File "C:\Program Files\Python38\lib\asyncio\base_events.py", line 508, in _check_closed raise RuntimeError('Event loop is closed') RuntimeError: Event loop is closed [Finished in 4.401s]