Back to all commands
autothread
Create thread automatically under every message in a channel
Available options:
add
Add channel to have auto threads on
Available options:
channel
Required
Channel to create threads automatically on
allow_edit
Should original poster be able to edit thread name? Defaults to true
allow_archive
Should original poster be able to archive thread? Defaults to true
start_message
Message to be sent in new thread gets created. Empty by default
thread_name
Name of newly created threads, defaults to user name with their message content
archive_after_h
After how many hours of inactivity thread should be archived. 72h by default
Available choices:
1h
24h
72h
168h
remove_mentions
When false (default) mentions will be replaced with names, true will remove them entirely
pin_starting_message
When true it will pin bot's message in the thread when started. False by default
delete
Stop auto threads on channel
Available options:
channel
Required
Channel to stop creating threads automatically on
show
Show configured autothreads
The `pin_starting_message` doesn't work when there's nothing for bot to send after creating thread (Neither buttons to edit and archive, nor text message) When creating custom thread title you can use placeholders. Use these constructs as they are (including percent sign and curly brackets) so they will be replaced in final title with a value corresponding to them. - `%{name}` -> Name of member that wrote message from which thread will be created - `%{text}` -> Text of the original message