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
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
},
13
13
"main_category_id": {
14
14
"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 [category’s ID](https://support.discordapp.com/hc/en-us/articles/206346498).",
16
16
"examples": [
17
17
"`{prefix}config set main_category_id 9234932582312` (`9234932582312` is the category ID)"
18
18
],
@@ -24,7 +24,7 @@
24
24
},
25
25
"fallback_category_id": {
26
26
"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 [category’s ID](https://support.discordapp.com/hc/en-us/articles/206346498).",
28
28
"examples": [
29
29
"`{prefix}config set fallback_category_id 9234932582312` (`9234932582312` is the category ID)"
30
30
],
@@ -88,7 +88,7 @@
88
88
},
89
89
"user_typing": {
90
90
"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.",
92
92
"examples": [
93
93
"`{prefix}config set user_typing yes`",
94
94
"`{prefix}config set user_typing no`"
@@ -151,7 +151,7 @@
151
151
},
152
152
"mod_typing": {
153
153
"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.",
155
155
"examples": [
156
156
"`{prefix}config set mod_typing yes`",
157
157
"`{prefix}config set mod_typing no`"
@@ -219,7 +219,7 @@
219
219
},
220
220
"log_channel_id": {
221
221
"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 [channel’s ID](https://support.discordapp.com/hc/en-us/articles/206346498). The channel doesn’t necessary have to be under the `main_category`.",
223
223
"examples": [
224
224
"`{prefix}config set log_channel_id 9234932582312` (9234932582312 is the channel ID)"
225
225
],
@@ -704,7 +704,7 @@
704
704
},
705
705
"mod_tag": {
706
706
"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.",
708
708
"examples": [
709
709
"`{prefix}config set mod_tag Moderator`"
710
710
],
@@ -715,7 +715,7 @@
715
715
},
716
716
"anon_username": {
717
717
"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.",
719
719
"examples": [
720
720
"`{prefix}config set anon_username Incognito Mod`"
721
721
],
@@ -737,7 +737,7 @@
737
737
},
738
738
"anon_tag": {
739
739
"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.",
741
741
"examples": [
742
742
"`{prefix}config set anon_tag Support Agent`"
743
743
],
@@ -904,7 +904,7 @@
904
904
],
905
905
"notes": [
906
906
"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`"
908
908
]
909
909
},
910
910
"public_added_to_group_response": {
@@ -976,7 +976,7 @@
976
976
],
977
977
"notes": [
978
978
"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`"
980
980
]
981
981
},
982
982
"public_removed_from_group_response": {
@@ -1266,4 +1266,4 @@
1266
1266
"See also: `thread_min_characters`, `thread_min_characters_title`, `thread_min_characters_response`."
0 commit comments