$editThread
Modifies an existing thread.
Syntax
$editThread[Thread ID;(Thread name;Archived?;Archive duration;Locked?;Slowmode)]
Parameters
Thread ID(Type: Snowflake || Flag: Required): The thread channel to edit.Thread name(Type: String || Flag: Optional): The new name of the thread.Archived?(Type: Bool || Flag: Optional): Whether to archive this thread or not.Archive duration(Type: Integer || Flag: Optional): The archive duration after which the thread will be auto-archived due to inactivity. Defaults to60.Locked?(Type: Bool || Flag: Optional): Whether to lock this thread or not. Note that archived threads canβt be locked.Slowmode(Type: Integer || Flag: Optional): The slowmode of this channel, expressed in seconds.
Archive Duration
60 - 1 Hour
1440 - 1 Day
4320 - 3 Days (Only for servers with level 1 boosted)
10080 - 7 Days (Only for servers with level 2 boosted)
Example
$nomention
$editThread[1098166444111433819;Cool Thread π;no;!unchanged;!unchanged;5]
For more information, read the Threads Guide.