Skip to content

Commit 746e115

Browse files
committed
fix: syntax
1 parent c5c3e7c commit 746e115

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/config_help.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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`"
@@ -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": {

0 commit comments

Comments
 (0)