summary refs log tree commit diff
path: root/src/util/util/Constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/util/Constants.ts')
-rw-r--r--src/util/util/Constants.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/util/Constants.ts b/src/util/util/Constants.ts
index 46cf2e4f..b84a8178 100644
--- a/src/util/util/Constants.ts
+++ b/src/util/util/Constants.ts
@@ -1043,6 +1043,11 @@ export const FosscordApiErrors = {
 		45006,
 		501,
 	),
+	FEATURE_IS_IMMUTABLE : new ApiError(
+		"The feature ({}) cannot be edited.",
+		45007,
+		403,
+	),
 	MISSING_RIGHTS: new ApiError(
 		"You lack rights to perform that action ({})",
 		50013,