Skip to content

Commit efc37fd

Browse files
committed
fix: syntax
1 parent c0ed9d2 commit efc37fd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

core/config_help.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"main_category_id": {
1414
"default": "`Modmail` (created with `{prefix}setup`)",
15-
"description": "This is the category where all new threads will be created.\n\nTo change the Modmail category, you will need to find the [category's ID](https://support.discordapp.com/hc/en-us/articles/206346498).",
15+
"description": "This is the category where all new threads will be created.\n\nTo change the Modmail category, you will need to find the [categorys ID](https://support.discordapp.com/hc/en-us/articles/206346498).",
1616
"examples": [
1717
"`{prefix}config set main_category_id 9234932582312` (`9234932582312` is the category ID)"
1818
],
@@ -24,7 +24,7 @@
2424
},
2525
"fallback_category_id": {
2626
"default": "`Fallback Modmail` (created when the main category is full)",
27-
"description": "This is the category that will hold the threads when the main category is full.\n\nTo change the Fallback category, you will need to find the [category's ID](https://support.discordapp.com/hc/en-us/articles/206346498).",
27+
"description": "This is the category that will hold the threads when the main category is full.\n\nTo change the Fallback category, you will need to find the [categorys ID](https://support.discordapp.com/hc/en-us/articles/206346498).",
2828
"examples": [
2929
"`{prefix}config set fallback_category_id 9234932582312` (`9234932582312` is the category ID)"
3030
],
@@ -88,7 +88,7 @@
8888
},
8989
"user_typing": {
9090
"default": "Enabled",
91-
"description": "When this is set to `yes`, whenever the recipient user starts to type in their DM channel, the moderator will see {bot.user.display_name} is typing... in the thread channel.",
91+
"description": "When this is set to `yes`, whenever the recipient user starts to type in their DM channel, the moderator will see {bot.user.display_name} is typing…” in the thread channel.",
9292
"examples": [
9393
"`{prefix}config set user_typing yes`",
9494
"`{prefix}config set user_typing no`"
@@ -151,7 +151,7 @@
151151
},
152152
"mod_typing": {
153153
"default": "Disabled",
154-
"description": "When this is set to `yes`, whenever a moderator starts to type in the thread channel, the recipient user will see {bot.user.display_name} is typing... in their DM channel.",
154+
"description": "When this is set to `yes`, whenever a moderator starts to type in the thread channel, the recipient user will see \"{bot.user.display_name} is typing\" in their DM channel.",
155155
"examples": [
156156
"`{prefix}config set mod_typing yes`",
157157
"`{prefix}config set mod_typing no`"
@@ -219,7 +219,7 @@
219219
},
220220
"log_channel_id": {
221221
"default": "`#bot-logs` (created with `{prefix}setup`)",
222-
"description": "This is the channel where all log messages will be sent (ie. thread close message, update message, etc.).\n\nTo change the log channel, you will need to find the [channel's ID](https://support.discordapp.com/hc/en-us/articles/206346498). The channel doesn't necessary have to be under the `main_category`.",
222+
"description": "This is the channel where all log messages will be sent (ie. thread close message, update message, etc.).\n\nTo change the log channel, you will need to find the [channels ID](https://support.discordapp.com/hc/en-us/articles/206346498). The channel doesnt necessary have to be under the `main_category`.",
223223
"examples": [
224224
"`{prefix}config set log_channel_id 9234932582312` (9234932582312 is the channel ID)"
225225
],
@@ -704,7 +704,7 @@
704704
},
705705
"mod_tag": {
706706
"default": "The moderator's highest role",
707-
"description": "This is the name tag in the "footer" section of the embeds sent by moderators in the recipient DM and thread channel.",
707+
"description": "This is the name tag in the footer section of the embeds sent by moderators in the recipient DM and thread channel.",
708708
"examples": [
709709
"`{prefix}config set mod_tag Moderator`"
710710
],
@@ -715,7 +715,7 @@
715715
},
716716
"anon_username": {
717717
"default": "Fallback on `mod_tag`",
718-
"description": "This is the name in the "author" section of the embeds sent by anonymous moderators in the recipient DM.",
718+
"description": "This is the name in the author section of the embeds sent by anonymous moderators in the recipient DM.",
719719
"examples": [
720720
"`{prefix}config set anon_username Incognito Mod`"
721721
],
@@ -737,7 +737,7 @@
737737
},
738738
"anon_tag": {
739739
"default": "\"Response\"",
740-
"description": "This is the name tag in the "footer" section of the embeds sent by anonymous moderators in the recipient DM.",
740+
"description": "This is the name tag in the footer section of the embeds sent by anonymous moderators in the recipient DM.",
741741
"examples": [
742742
"`{prefix}config set anon_tag Support Agent`"
743743
],
@@ -904,7 +904,7 @@
904904
],
905905
"notes": [
906906
"The private_ variant is used when sending to the new user.",
907-
"See also: `private_added_to_group_title`, `private_added_to_group_title`
907+
"See also: `private_added_to_group_title`, `private_added_to_group_title`"
908908
]
909909
},
910910
"public_added_to_group_response": {
@@ -976,7 +976,7 @@
976976
],
977977
"notes": [
978978
"The private_ variant is used when sending to the new user.",
979-
"See also: `private_removed_from_group_title`, `private_removed_from_group_title`
979+
"See also: `private_removed_from_group_title`, `private_removed_from_group_title`"
980980
]
981981
},
982982
"public_removed_from_group_response": {
@@ -1266,4 +1266,4 @@
12661266
"See also: `thread_min_characters`, `thread_min_characters_title`, `thread_min_characters_response`."
12671267
]
12681268
}
1269-
}
1269+
}

0 commit comments

Comments
 (0)