mirror of
https://wiilab.wiimart.org/wiimart/WiiMartBot
synced 2025-09-03 20:11:08 +02:00
Update README.md
This commit is contained in:
parent
938c0ec82c
commit
fee6688ff5
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user