aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2025-04-04 17:02:10 -0500
committerParker <contact@pkrm.dev>2025-04-04 17:02:10 -0500
commitecba11175f10a16773b70f85c3bc5c7bffd6addb (patch)
tree62050221532edf83125fa706afdf80bd5f9dfeb3
parent0b4fdd7adf0675cf0216d90d232ab8a5240fe435 (diff)
Update documentationHEADmain
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 31d68ca..219c6d6 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,8 @@ To run DisArchive, follow the steps below.
### GENERAL | REQUIRED
Field | Description | Requirement
--- | --- | ---
-TOKEN | The token for your bot. Create a bot at [discord.com/developers](https://discord.com/developers) | **REQUIRED** - *message content intent is REQUIRED*
+TOKEN |`STRING`: The token for your bot. Create a bot at [discord.com/developers](https://discord.com/developers) | **REQUIRED** - *message content intent is REQUIRED*
+NAMING_SCHEME | `STRING`: File naming scheme for downloaded attachments | **OPTIONAL** - *Default: `random`*
BOT_COLOR | `HEX CODE`: Color that will be used for message embeds | **OPTIONAL**
### SQLITE | OPTIONAL