Update README.md

This commit is contained in:
2023-12-17 06:49:34 -06:00
parent 69581c6ddd
commit be9ce7070d

View File

@@ -2,14 +2,18 @@
A Discord bot for easily registering parking at the Register2Park parking system.
- Select a location for your user account, then register your car with a single command.
- Register against the location using the make, model, and plate.
- Another command can register your email and acquire an email confirmation.
- Invoke the registration command on any location.
- If a guest code is required, the bot will error and prompt for it.
- If not required, or if invoked with a guest code, the bot will query R2P for the location's registration fields, such as make/model/plate/aptnum.
- The user will then be prompted with a modal containing the registration form.
- Once submitted, all details will be sent to R2P, the user will be notified of success, and the details entered will be preserved.
- The user can then re-use the same details for any other location, or re-register the same location with the same details.
## Feature Ideas
- Register commands in new guilds automatically
- Cache location data for fast autocomplete lookup
- Sub-commands for registering using full details, saved data, or partial saved data.
- Responses are not sent in the same channel, but instead as a hidden message.
- No code stored with a location can be re-tried after registering a code later.
- No code stored with a location can be re-tried after registering a code later.
- Scanning abilities for validating the form structure of all locations Register2Park moderates.
- Ability to forget details registered with a location once, or always for a user.