refactor(arabot): move database functions

This commit is contained in:
Anthony 2022-08-19 03:51:11 +01:00
parent ba638bb6e2
commit 300ad9a903

View File

@ -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