thread-bot/example.config.toml
2025-01-10 20:20:31 +05:00

17 lines
500 B
TOML

homeserver = "https://matrix.org"
user_id = "@user:example.org"
password = "your_password"
help_message = """
🤖 Thread Bot - An assistant to keep order in the chat room
Commands:
!thread_bot help - show this message
Functional:
- Automatically deletes non-trad posts from users with permission level below 50
- Requires permission level 50+ for bot to work
If you have any questions about the bot's operation, please contact the administrators.
"""
required_power_level = 50
log_level = "INFO"