|
1000 | 1000 | "`{prefix}config set confirm_thread_creation yes`" |
1001 | 1001 | ], |
1002 | 1002 | "notes": [ |
1003 | | - "See also: `confirm_thread_creation_title`, `confirm_thread_response`, `confirm_thread_creation_accept`, `confirm_thread_creation_deny`" |
| 1003 | + "See also: `confirm_thread_creation_timeout`, `confirm_thread_creation_title`, `confirm_thread_response`, `confirm_thread_creation_accept`, `confirm_thread_creation_deny`" |
| 1004 | + ] |
| 1005 | + }, |
| 1006 | + "confirm_thread_creation_timeout": { |
| 1007 | + "default": "20", |
| 1008 | + "description": "How long the user has to confirm thread creation before the request times out", |
| 1009 | + "examples":[ |
| 1010 | + "`{prefix}config set confirm_thread_creation_timeout 30`" |
| 1011 | + ], |
| 1012 | + "notes": [ |
| 1013 | + "See also: `confirm_thread_creation`, `confirm_thread_creation_title`, `confirm_thread_response`, `confirm_thread_creation_accept`, `confirm_thread_creation_deny`" |
1004 | 1014 | ] |
1005 | 1015 | }, |
1006 | 1016 | "confirm_thread_creation_title": { |
|
1010 | 1020 | "`{prefix}config set confirm_thread_creation_title Are you sure you want to create a new thread?`" |
1011 | 1021 | ], |
1012 | 1022 | "notes": [ |
1013 | | - "See also: `confirm_thread_creation`, `confirm_thread_response`, `confirm_thread_creation_accept`, `confirm_thread_creation_deny`" |
| 1023 | + "See also: `confirm_thread_creation`, `confirm_thread_creation_timeout`, `confirm_thread_response`, `confirm_thread_creation_accept`, `confirm_thread_creation_deny`" |
1014 | 1024 | ] |
1015 | 1025 | }, |
1016 | 1026 | "confirm_thread_response": { |
|
1020 | 1030 | "`{prefix}config set confirm_thread_response React to confirm`" |
1021 | 1031 | ], |
1022 | 1032 | "notes": [ |
1023 | | - "See also: `confirm_thread_creation`, `confirm_thread_creation_title`, `confirm_thread_creation_accept`, `confirm_thread_creation_deny`" |
| 1033 | + "See also: `confirm_thread_creation`, `confirm_thread_creation_timeout`, `confirm_thread_creation_title`, `confirm_thread_creation_accept`, `confirm_thread_creation_deny`" |
1024 | 1034 | ] |
1025 | 1035 | }, |
1026 | 1036 | "confirm_thread_creation_accept": { |
1027 | 1037 | "default": "\u2705", |
1028 | 1038 | "description": "Emoji to accept a thread creation", |
1029 | | - "examples":[ |
| 1039 | + "examples": [ |
1030 | 1040 | "`{prefix}config set confirm_thread_creation_accept \u2611`" |
1031 | 1041 | ], |
1032 | 1042 | "notes": [ |
1033 | 1043 | "This has no effect unless `confirm_thread_creation` is set", |
1034 | | - "See also: `confirm_thread_creation`, `confirm_thread_creation_title`, `confirm_thread_response`, `confirm_thread_creation_deny`" |
| 1044 | + "See also: `confirm_thread_creation`, `confirm_thread_creation_timeout`, `confirm_thread_creation_title`, `confirm_thread_response`, `confirm_thread_creation_deny`" |
1035 | 1045 | ] |
1036 | 1046 | }, |
1037 | 1047 | "confirm_thread_creation_deny": { |
|
1042 | 1052 | ], |
1043 | 1053 | "notes": [ |
1044 | 1054 | "This has no effect unless `confirm_thread_creation` is set", |
1045 | | - "See also: `confirm_thread_creation`, `confirm_thread_creation_title`, `confirm_thread_response`, `confirm_thread_creation_accept`" |
| 1055 | + "See also: `confirm_thread_creation`, `confirm_thread_creation_timeout`, `confirm_thread_creation_title`, `confirm_thread_response`, `confirm_thread_creation_accept`" |
1046 | 1056 | ] |
1047 | 1057 | }, |
1048 | 1058 | "use_regex_autotrigger": { |
|
0 commit comments