Skip to content

Commit 85fdadd

Browse files
authored
Update recipient_thread_close
1 parent 0032a9d commit 85fdadd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/config_help.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"`{prefix}mention Yo~ Here's a new thread for ya!`"
4040
],
4141
"notes": [
42-
"Unfortunately, its not currently possible to disable mention."
42+
"Unfortunately, its not currently possible to disable mention. You do not have to include a mention."
4343
]
4444
},
4545
"main_color": {
@@ -163,8 +163,8 @@
163163
"default": "Disabled",
164164
"description": "Setting this configuration will allow recipients to use the `close_emoji` to close the thread themselves.",
165165
"examples": [
166-
"`{prefix}config set reply_without_command yes`",
167-
"`{prefix}config set reply_without_command no`"
166+
"`{prefix}config set recipient_thread_close yes`",
167+
"`{prefix}config set recipient_thread_close no`"
168168
],
169169
"notes": [
170170
"The close emoji is dictated by the configuration `close_emoji`.",
@@ -446,4 +446,4 @@
446446
"This configuration can only to be set through `.env` file or environment (config) variables."
447447
]
448448
}
449-
}
449+
}

0 commit comments

Comments
 (0)