diff --git a/src/commands/setwelcomechannel.ts b/src/commands/setwelcomechannel.ts index 95e5905..03e8479 100644 --- a/src/commands/setwelcomechannel.ts +++ b/src/commands/setwelcomechannel.ts @@ -1,5 +1,5 @@ -import { PrismaClient } from "@prisma/client"; -import { ChannelType, CommandContext, CommandOptionType, SlashCommand, SlashCreator } from "slash-create"; +import { PrismaClient } from '@prisma/client' +import { ChannelType, CommandContext, CommandOptionType, SlashCommand, SlashCreator } from 'slash-create' export default class SetWelcomeChannelCommand extends SlashCommand { constructor(creator: SlashCreator) { diff --git a/src/index.ts b/src/index.ts index daa511d..4a679f1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ import dotenv from 'dotenv' -import { SlashCreator, GatewayServer, Member } from 'slash-create' +import { SlashCreator, GatewayServer } from 'slash-create' import path from 'path' import CatLoggr from 'cat-loggr/ts' import { Client, GatewayDispatchEvents, Events, Guild, Message, GuildMember, TextChannel } from 'discord.js'