Organize imports

This commit is contained in:
Tarrgon
2025-09-15 17:32:36 -04:00
parent 2b0c1de895
commit 06d7e942f6
18 changed files with 30 additions and 42 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Channel, GuildBasedChannel, GuildChannel, GuildTextBasedChannel, TextBasedChannel, VoiceBasedChannel } from 'discord.js';
import { GuildBasedChannel } from 'discord.js';
import { Database } from '../shared/Database';
export async function channelIsInStaffCategory(channel: GuildBasedChannel) {