fix: Use "password" field in generated mwbot.toml instead of "botpassword" to authenticate

This commit is contained in:
Kiril Kovachev 2025-05-08 01:31:25 +01:00
parent 4ba5dc66e5
commit 477a39d764

View File

@ -4,5 +4,5 @@ rest_url = "{}"
[auth] [auth]
username = "{}" username = "{}"
botpassword = "{}" password = "{}"
oauth2_token = "{}" oauth2_token = "{}"