Update README.md

This commit is contained in:
thom2305 2025-03-22 16:51:00 -04:00 committed by GitHub
parent 938c0ec82c
commit fee6688ff5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,6 +54,8 @@ mqpo=mysqlport
The bot uses a SQLite database to store error codes and their corresponding messages. The database is created and populated automatically when the bot starts.
The MySQL database is to store friend codes from users. It is not automatically populated, a table with usersfc is needed, with 2 collums, one for the userid as INT and one for their friend code as fc as a INT.
### Error Codes Format
The error codes are defined in the script and can include:
@ -61,10 +63,6 @@ The error codes are defined in the script and can include:
- Ranges (e.g., `204019-204041`), which will be expanded into individual codes.
- Wildcard codes (e.g., `2056XX`), which can match multiple codes.
## Contributing
If you would like to contribute to this project, please fork the repository and submit a pull request.
## Privacy Notice
This is a private repository and is not to be distributed unless explicit permission from the author or project owner has been given.