From fee6688ff55141528e9ecccc7fc7aee9b6e21dec Mon Sep 17 00:00:00 2001 From: thom2305 <102167733+thom2305@users.noreply.github.com> Date: Sat, 22 Mar 2025 16:51:00 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94b8426..925de76 100644 --- a/README.md +++ b/README.md @@ -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.