-
-
Couldn't load subscription status.
- Fork 9
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
PROBLEM :
discord.pyis an asynchronous library whereaspsycopg2(used here for SQL database integration) is synchronous.- A synchronous library should never be used with an async library for obvious reasons.
POSSIBLE WORKAROUND :
- Use
ayncpg:- async library for interacting with postgreSQL databases.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed