PageBot/sample-secrets_file.py

12 lines
371 B
Python
Raw Normal View History

2024-02-15 13:55:23 -05:00
## TwoToneDetect Executable Path
ttd_path = "C:\\PATH\\TO\\TTD.exe"
## Discord Bot Token
2024-02-10 09:48:35 -05:00
key = 'Bot Token'
2024-02-15 13:55:23 -05:00
## Folder to Watch for output audio
2024-02-10 09:48:35 -05:00
watch_folder = '/path/to/folder'
2024-02-15 13:55:23 -05:00
## Discord Channel ID to send notifications
2024-02-10 09:48:35 -05:00
channel_id = channel_id_number
2024-02-15 13:55:23 -05:00
## Generally a good idea.
delete_after_upload=True
2024-02-15 13:55:23 -05:00
## This will slow down pages and is unreliable.
speech_to_text = True