Commands /t [1.0-0.0] - Threshold amount, similarity percentage to be blocked /addsub [sub] [letter] - Adds substitutes to the substitute list, emojis are supported /addword [word] - Adds a word to the filter list /removesub [sub] - Removes substitute from the substitute list /removeword [word] - Removes word from the filter list
/logging - view logging config /logging toggle - toggle the logging feature /logging set [channel] - set the logging channel /logging debug [channel] [secret_key] - set a debug channel (for errors) (this automatically gets sent to a channel of your choice as a developer, set a password for this command using secret_key, if its correct, the global debug channel is set!)
thats all thanks
# Set your secret key for /logging debug
LOGGING_DEBUG_SECRET=password123
# Optionally set a default, *static* debug channel
DEBUG_CHANNEL_ID=123456789012345678
# set the threshold for filtering messages (if you dont set it, it will default at 0.5)
MESSAGE_THRESHOLD=0.5