|
1266 | 1266 | "See also: `thread_min_characters`, `thread_min_characters_title`, `thread_min_characters_response`." |
1267 | 1267 | ] |
1268 | 1268 | }, |
1269 | | - "default_snooze_time": { |
| 1269 | + "snooze_default_duration": { |
1270 | 1270 | "default": "604800 (7 days in seconds)", |
1271 | 1271 | "description": "The default duration in seconds that a thread will be snoozed when no duration is specified. When a thread is snoozed, it is temporarily hidden until the user replies or a moderator unsnoozes it.", |
1272 | 1272 | "examples": [ |
1273 | | - "`{prefix}config set default_snooze_time 86400` (1 day)", |
1274 | | - "`{prefix}config set default_snooze_time 1209600` (14 days)" |
| 1273 | + "`{prefix}config set snooze_default_duration 86400` (1 day)", |
| 1274 | + "`{prefix}config set snooze_default_duration 1209600` (14 days)" |
1275 | 1275 | ], |
1276 | 1276 | "notes": [ |
1277 | 1277 | "The value must be specified in seconds.", |
|
1285 | 1285 | "`{prefix}config set snooze_title Thread Paused`" |
1286 | 1286 | ], |
1287 | 1287 | "notes": [ |
1288 | | - "See also: `snooze_text`, `unsnooze_title`, `default_snooze_time`." |
| 1288 | + "See also: `snooze_text`, `unsnooze_title`, `snooze_default_duration`." |
1289 | 1289 | ] |
1290 | 1290 | }, |
1291 | 1291 | "snooze_text": { |
|
1296 | 1296 | ], |
1297 | 1297 | "notes": [ |
1298 | 1298 | "Discord flavoured markdown is fully supported in `snooze_text`.", |
1299 | | - "See also: `snooze_title`, `unsnooze_text`, `default_snooze_time`." |
| 1299 | + "See also: `snooze_title`, `unsnooze_text`, `snooze_default_duration`." |
1300 | 1300 | ] |
1301 | 1301 | }, |
1302 | 1302 | "unsnooze_text": { |
|
1307 | 1307 | ], |
1308 | 1308 | "notes": [ |
1309 | 1309 | "Discord flavoured markdown is fully supported in `unsnooze_text`.", |
1310 | | - "See also: `snooze_text`, `unsnooze_notify_channel`, `default_snooze_time`." |
| 1310 | + "See also: `snooze_text`, `unsnooze_notify_channel`, `snooze_default_duration`." |
1311 | 1311 | ] |
1312 | 1312 | }, |
1313 | 1313 | "unsnooze_notify_channel": { |
|
1320 | 1320 | "notes": [ |
1321 | 1321 | "If set to \"thread\", the notification will be sent in the thread channel itself.", |
1322 | 1322 | "If set to a channel ID, the notification will be sent to that specific channel.", |
1323 | | - "See also: `unsnooze_text`, `default_snooze_time`." |
| 1323 | + "See also: `unsnooze_text`, `snooze_default_duration`." |
1324 | 1324 | ] |
1325 | 1325 | }, |
1326 | 1326 | "snooze_behavior": { |
|
0 commit comments