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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,16 @@
20
20
"If the Modmail category ended up being non-existent/invalid, Modmail will break. To fix this, run `{prefix}setup` again or set `main_category_id` to a valid category."
21
21
]
22
22
},
23
+
"fallback_category_id": {
24
+
"default": "`Fallback Modmail` (created when the main category is full)",
25
+
"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).",
26
+
"examples": [
27
+
"`{prefix}config set fallback_category_id 9234932582312` (`9234932582312` is the category ID)"
28
+
],
29
+
"notes": [
30
+
"If the Fallback category ended up being non-existent/invalid, Modmail will create a new one. To fix this, set `fallback_category_id` to a valid category."
0 commit comments