We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe9b7e commit 6455a94Copy full SHA for 6455a94
economy with MYSQL/base.py
@@ -33,7 +33,7 @@ def __init__(self, *args, **kwargs):
33
34
self.db = Database(
35
host=Auth.DB_HOST, port=Auth.DB_PORT,
36
- user=Auth.DB_USER, passwd=Auth.DB_PASSWD, db_name=Auth.DB_NAME
+ username=Auth.DB_USER, passwd=Auth.DB_PASSWD, db_name=Auth.DB_NAME
37
)
38
39
async def on_ready(self):
0 commit comments