Skip to content

Commit 48bf245

Browse files
sebkuipTaaku18
andauthored
Fixed the description of some config help descriptions having copy-paste errors (#3277)
* Added the option for secure_plugins_only * Change config name * Forgot to update app.json * Forgot a period. Thanks taku :( * Fixed some copy-paste errors in descriptions * Update changelog --------- Co-authored-by: Taku <45324516+Taaku18@users.noreply.github.com>
1 parent 77fbb69 commit 48bf245

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ however, insignificant breaking changes do not guarantee a major version bump, s
1515
- Cleanup imports after removing/unloading a plugin. ([PR #3226](https://github.com/modmail-dev/Modmail/pull/3226))
1616
- Fixed a syntactic error in the close message when a thread is closed after a certain duration. ([PR #3233](https://github.com/modmail-dev/Modmail/pull/3233))
1717
- Removed an extra space in the help command title when the command has no parameters. ([PR #3271](https://github.com/modmail-dev/Modmail/pull/3271))
18+
- Corrected some incorrect config help descriptions. ([PR #3277](https://github.com/modmail-dev/Modmail/pull/3277))
1819

1920
### Added
2021
- `?log key <key>` to retrieve the log link and view a preview using a log key. ([PR #3196](https://github.com/modmail-dev/Modmail/pull/3196))

core/config_help.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"`{prefix}config set use_nickname_channel_name no`"
132132
],
133133
"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.",
135135
"This cannot be applied with `use_timestamp_channel_name`, `use_random_channel_name` or `use_user_id_channel_name`.",
136136
"See also: `use_timestamp_channel_name`, `use_user_id_channel_name`, `use_random_channel_name`."
137137
]
@@ -864,7 +864,7 @@
864864
"default": "\"{{moderator.name}} has added you to a Modmail thread.\"",
865865
"description": "This is the message embed content sent to the recipient that is just added to a thread.",
866866
"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.`"
868868
],
869869
"notes": [
870870
"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 @@
936936
"default": "\"{{moderator.name}} has removed you from the Modmail thread.\"",
937937
"description": "This is the message embed content sent to the recipient that is just removed from a thread.",
938938
"examples": [
939-
"`{prefix}config set private_removed_from_group_description Bye`"
939+
"`{prefix}config set private_removed_from_group_response Bye`"
940940
],
941941
"notes": [
942942
"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

Comments
 (0)