discord-bot-leveling-system icon indicating copy to clipboard operation
discord-bot-leveling-system copied to clipboard

Discord bot example for global leveling system with rank cards.

Results 1 discord-bot-leveling-system issues
Sort by recently updated
recently updated
newest added

Task exception was never retrieved future: Traceback (most recent call last): File "C:\Users\andre\PycharmProjects\pythonProject\otherthingy.py", line 14, in connect self.conn = await asyncpg.connect(user=self.user, password=self.password, host='127.0.0.1') File "C:\Users\andre\PycharmProjects\pythonProject\venv\lib\site-packages\asyncpg\connection.py", line 1718, in connect return...