From b453018194282d9918c3e5998bdc262df63ce54c Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 11 Dec 2023 23:56:27 -0600 Subject: [PATCH] Update .gitignore, update README --- .gitignore | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4c49bd7..d69fc2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .env +properties.html \ No newline at end of file diff --git a/README.md b/README.md index 03e2562..df7b15e 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,5 @@ A Discord bot for easily registering parking at the Register2Park parking system - 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 newline at end of file +- 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 newline at end of file