From 084a815f3799764d2dd697e8c693c7f80e0c7ab7 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 23 Feb 2022 21:38:40 -0500 Subject: feat(hl): make functional, no cool downs yet, restrcited to su --- src/lib/models/instance/Guild.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/models/instance') diff --git a/src/lib/models/instance/Guild.ts b/src/lib/models/instance/Guild.ts index cdf3552..7fe7ac1 100644 --- a/src/lib/models/instance/Guild.ts +++ b/src/lib/models/instance/Guild.ts @@ -399,6 +399,11 @@ export const guildFeaturesObj = asGuildFeature({ description: 'Use the Perspective API to detect toxicity.', default: false, notConfigurable: true + }, + highlight: { + name: 'Highlight', + description: 'Allows the highlight command to be used.', + default: true } }); -- cgit