From 47557d02ba8af8cb1f2216e968e4685cde45b64c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 6 Oct 2025 22:23:18 -0700 Subject: style(gateway:roleProtection): Clean and lint --- packages/gateway/src/listeners/roleProtection.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/gateway/src/listeners/roleProtection.ts b/packages/gateway/src/listeners/roleProtection.ts index aa24dbf..61d60da 100644 --- a/packages/gateway/src/listeners/roleProtection.ts +++ b/packages/gateway/src/listeners/roleProtection.ts @@ -1,5 +1,9 @@ import { Client, Events } from "discord.js"; -import { CENTRAL_GUILD_ID, CENTRAL_PROTECTED_ROLE_ID, COLOR_ROLE_IDS } from "../constants"; +import { + CENTRAL_GUILD_ID, + CENTRAL_PROTECTED_ROLE_ID, + COLOR_ROLE_IDS, +} from "../constants"; export const handleRoleProtection = (client: Client) => { client.on(Events.GuildMemberUpdate, async (oldMember, newMember) => { -- cgit v1.2.3