You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/config_help.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@
131
131
"`{prefix}config set use_nickname_channel_name no`"
132
132
],
133
133
"notes": [
134
-
"This config is suitable for servers in Server Discovery to comply with channel name restrictions.",
134
+
"This config is NOT suitable for servers in Server Discovery to comply with channel name restrictions.",
135
135
"This cannot be applied with `use_timestamp_channel_name`, `use_random_channel_name` or `use_user_id_channel_name`.",
136
136
"See also: `use_timestamp_channel_name`, `use_user_id_channel_name`, `use_random_channel_name`."
137
137
]
@@ -864,7 +864,7 @@
864
864
"default": "\"{{moderator.name}} has added you to a Modmail thread.\"",
865
865
"description": "This is the message embed content sent to the recipient that is just added to a thread.",
866
866
"examples": [
867
-
"`{prefix}config set private_added_to_group_description Any message sent here will be sent to all otherthread recipients.`"
867
+
"`{prefix}config set private_added_to_group_response Any message sent here will be sent to all other thread recipients.`"
868
868
],
869
869
"notes": [
870
870
"You may use the `{{moderator}}` variable for access to the [Member](https://discordpy.readthedocs.io/en/latest/api.html#discord.Member) that added the user.",
@@ -936,7 +936,7 @@
936
936
"default": "\"{{moderator.name}} has removed you from the Modmail thread.\"",
937
937
"description": "This is the message embed content sent to the recipient that is just removed from a thread.",
938
938
"examples": [
939
-
"`{prefix}config set private_removed_from_group_description Bye`"
939
+
"`{prefix}config set private_removed_from_group_response Bye`"
940
940
],
941
941
"notes": [
942
942
"You may use the `{{moderator}}` variable for access to the [Member](https://discordpy.readthedocs.io/en/latest/api.html#discord.Member) that added the user.",
0 commit comments