faucet/config.toml.example

44 lines
1.4 KiB
Plaintext

# Selfbot v2 Configuration
[metadata]
# Configuration metadata
last_updated = "2025-05-17 12:00:00"
version = "1.0"
[settings]
# User settings
command_response_type = "edit_invoking" # Options: edit_invoking, send_in_invoking_channel, reply_to_invoking
# AFK settings
afk_reply_in_server = true
afk_status_message = "AFK!"
afk_set_status = true
afk_custom_reply_message = "Heya, I'm not at my computer right now. If you're requesting something, please follow <https://nohello.club>. I'll let you know when I'm back :) \n\n-# This action was automated."
afk_mention_reply_cooldown = 300 # in seconds
# Fun settings
fun_auto_horse_enabled = false
fun_horse_reaction = "ud83dudc34"
fun_save_reaction_settings = true
# API settings
gato_api_url = "https://some-random-api.com/animal/cat"
gato_fallback_url = "https://http.cat/404"
# Stalker settings
stalker_update_format = "Update on {username}:\n{updates}"
stalker_status_format = "**Status**: `{old_status}` u2192 `{new_status}`"
stalker_activity_started_format = "**Started**: {activities}"
stalker_activity_stopped_format = "**Stopped**: {activities}"
stalker_cooldown = 5 # in seconds
[value_metadata]
# Individual value metadata
[value_metadata.afk_status_message]
last_updated = "2025-05-17 12:00:00"
updated_by = "glitchy#1234 (123456789012345678)"
[value_metadata.command_response_type]
last_updated = "2025-05-17 12:00:00"
updated_by = "system"