mirror of
https://github.com/majmongoose/PageBot.git
synced 2024-11-30 08:18:45 -05:00
12 lines
371 B
Python
12 lines
371 B
Python
## TwoToneDetect Executable Path
|
|
ttd_path = "C:\\PATH\\TO\\TTD.exe"
|
|
## Discord Bot Token
|
|
key = 'Bot Token'
|
|
## Folder to Watch for output audio
|
|
watch_folder = '/path/to/folder'
|
|
## Discord Channel ID to send notifications
|
|
channel_id = channel_id_number
|
|
## Generally a good idea.
|
|
delete_after_upload=True
|
|
## This will slow down pages and is unreliable.
|
|
speech_to_text = True |