-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
The Master Kitty edited this page Aug 24, 2024
·
1 revision
config.json:
useEmojis - Sets whether to use emojis like 🔴 and 🟢. Useful when running in web tools like Pterodactyl but will look broken when directly running in CLI.
errorHook - Discord Webhook to post to when anything is outputted to STDERR
outputHook - Discord Webhook to post to when anything is outputted to STDOUT(Technically both webhook urls would work with any api with the following post data: { "content": "## " + name + "\n\n" + text })
More configuration may be added in the future, so feel free to make any suggestions!