From b6abcb12a152e5b9ca2d5e3fe64708b4d256b1a1 Mon Sep 17 00:00:00 2001 From: majmongoose Date: Sun, 25 Feb 2024 07:50:00 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 591ba3c..f856666 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ PageBot is a discord bot written in python using the discord.py library, which w 6. Run the bot with ```python pagebot.py``` # Configuration -| | ttd_path | key | watch_folder | channel_id | delete_after_upload | speech_to_text -|---|---|---|---|---|---|---| -| Required | NO | YES | YES | YES | YES | YES | -| Description | Path to launch TTD from, leave "" to disable. | Discord bot token. | Folder to watch for new audio clips. | Discord Channel ID to send page notifications. | Delete *.mp4 file after uploading to Discord. | Enable/Disable Speech to Text. It does not work well, and is very slow. | +| | ttd_path | key | watch_folder | notify_text | channel_id | delete_after_upload | speech_to_text | +|-------------|-----------------------------------------------|--------------------|--------------------------------------|------------------------------------------------------|------------------------------------------------|-----------------------------------------------|-------------------------------------------------------------------------| +| Required | NO | YES | YES | NO | YES | YES | YES | +| Description | Path to launch TTD from, leave "" to disable. | Discord bot token. | Folder to watch for new audio clips. | Can be blank, send a message when notfied of a page. | Discord Channel ID to send page notifications. | Delete *.mp4 file after uploading to Discord. | Enable/Disable Speech to Text. It does not work well, and is very slow. |