From bf88b15d610bcf99d58dcbb92a2806dda1cf4e2c Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sun, 30 Jun 2024 20:34:00 -0600 Subject: [PATCH] utility: mark AUTOMOD_TRIGGER_USER_PROFILE as deprecated --- src/modules/utility.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/utility.js b/src/modules/utility.js index 9d33166..7a42541 100644 --- a/src/modules/utility.js +++ b/src/modules/utility.js @@ -286,6 +286,7 @@ const GUILD_FEATURES = { AUTOMOD_TRIGGER_USER_PROFILE: { icon: SILK_ICONS.vcard, name: "AutoMod: User Profiles", + deprecated: true, }, BANNER: {icon: SILK_ICONS.photo}, BFG: {icon: SILK_ICONS.world_add, name: "BFG"},