mirror of
https://codeberg.org/D3M0N/thread-bot.git
synced 2025-04-11 20:58:47 +02:00
17 lines
500 B
TOML
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"
|