fix(arabot): fix export id

This commit is contained in:
Anthony 2022-08-19 04:40:00 +01:00
parent e8bfe45724
commit 100b0cc389

View File

@ -24,7 +24,7 @@ import {
import { PrismaClient } from '@prisma/client'; import { PrismaClient } from '@prisma/client';
import { isMessageInstance } from '@sapphire/discord.js-utilities'; import { isMessageInstance } from '@sapphire/discord.js-utilities';
import { addExistingUser, userExists } from '../../utils/dbExistingUser'; import { addExistingUser, userExists } from '../../utils/dbExistingUser';
import { IDs } from '../../utils/ids'; import IDs from '../../utils/ids';
// TODO add a check when they join the server to give the user the sus role again // TODO add a check when they join the server to give the user the sus role again