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
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,18 @@
111
111
"`{prefix}config set reply_without_command no`"
112
112
],
113
113
"notes": [
114
-
"Unfortunately, anonymous `reply_without_command` is currently not possible."
114
+
"See also: `anon_reply_without_command`."
115
+
]
116
+
},
117
+
"anon_reply_without_command": {
118
+
"default": "Disabled",
119
+
"description": "Setting this configuration will make all non-command messages sent in the thread channel to be anonymously forwarded to the recipient without the need of `{prefix}reply`.",
120
+
"examples": [
121
+
"`{prefix}config set anon_reply_without_command yes`",
122
+
"`{prefix}config set anon_reply_without_command no`"
0 commit comments