From 95f2c64d5a9ab2a72a91895c7c56374983367290 Mon Sep 17 00:00:00 2001 From: Shadow Date: Tue, 24 Dec 2024 23:27:32 -0500 Subject: [PATCH] Fix lint on main. Whoopsie. (#919) * fix: lint --------- Co-authored-by: theimperious1 --- src/discord/commands/guild/d.watchuser.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/discord/commands/guild/d.watchuser.ts b/src/discord/commands/guild/d.watchuser.ts index 99ef1c77..d095d283 100644 --- a/src/discord/commands/guild/d.watchuser.ts +++ b/src/discord/commands/guild/d.watchuser.ts @@ -3,7 +3,6 @@ import { GuildMember, SlashCommandBuilder, TextChannel, - Role, } from 'discord.js'; import { SlashCommand } from '../../@types/commandDef'; import commandContext from '../../utils/context'; // eslint-disable-line @typescript-eslint/no-unused-vars