Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the description of some config help descriptions having copy-paste errors #3277

Merged
merged 9 commits into from
Jul 15, 2023
6 changes: 3 additions & 3 deletions core/config_help.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"`{prefix}config set use_nickname_channel_name no`"
],
"notes": [
"This config is suitable for servers in Server Discovery to comply with channel name restrictions.",
"This config is NOT suitable for servers in Server Discovery to comply with channel name restrictions.",
"This cannot be applied with `use_timestamp_channel_name`, `use_random_channel_name` or `use_user_id_channel_name`.",
"See also: `use_timestamp_channel_name`, `use_user_id_channel_name`, `use_random_channel_name`."
]
Expand Down Expand Up @@ -864,7 +864,7 @@
"default": "\"{{moderator.name}} has added you to a Modmail thread.\"",
"description": "This is the message embed content sent to the recipient that is just added to a thread.",
"examples": [
"`{prefix}config set private_added_to_group_description Any message sent here will be sent to all otherthread recipients.`"
"`{prefix}config set private_added_to_group_response Any message sent here will be sent to all other thread recipients.`"
],
"notes": [
"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.",
Expand Down Expand Up @@ -936,7 +936,7 @@
"default": "\"{{moderator.name}} has removed you from the Modmail thread.\"",
"description": "This is the message embed content sent to the recipient that is just removed from a thread.",
"examples": [
"`{prefix}config set private_removed_from_group_description Bye`"
"`{prefix}config set private_removed_from_group_response Bye`"
],
"notes": [
"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.",
Expand Down
Loading