mirror of
https://github.com/majmongoose/PageBot.git
synced 2025-02-03 09:44:23 -05:00
18 lines
572 B
Python
18 lines
572 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'
|
|
## Text for after a ping.
|
|
notify_text = "You've been paged!"
|
|
## 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
|
|
## The background image for the video.
|
|
image_path = "img/blacksmall.jpg"
|
|
## time to restart daily, "None" to disable
|
|
restart_time = "02:00" |