diff --git a/src/commands/mod/sus.ts b/src/commands/mod/sus.ts index 7c8be59..3a92a99 100644 --- a/src/commands/mod/sus.ts +++ b/src/commands/mod/sus.ts @@ -23,8 +23,8 @@ import { } from 'discord.js'; import { PrismaClient } from '@prisma/client'; import { isMessageInstance } from '@sapphire/discord.js-utilities'; -import { addExistingUser, userExists } from '../../utils/dbExistingUser'; -import { IDs } from '../../utils/ids'; +import { addExistingUser, userExists } from '../../utils/database/dbExistingUser'; +import IDs from '../../utils/ids'; // TODO add a check when they join the server to give the user the sus role again