mirror of
https://github.com/Xevion/r2park.git
synced 2025-12-06 01:15:57 -06:00
Add README
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# r2park-bot
|
||||
|
||||
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.
|
||||
|
||||
### Syntax
|
||||
|
||||
```
|
||||
/register <make> <model> <plate>
|
||||
/location <location>
|
||||
/email <email>
|
||||
```
|
||||
|
||||
## 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.
|
||||
Reference in New Issue
Block a user