From 100b0cc389e733eb44c88935b3043cc1c0e754f8 Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 19 Aug 2022 04:40:00 +0100 Subject: [PATCH] fix(arabot): fix export id --- src/commands/mod/sus.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/mod/sus.ts b/src/commands/mod/sus.ts index 7c8be59..d91fc70 100644 --- a/src/commands/mod/sus.ts +++ b/src/commands/mod/sus.ts @@ -24,7 +24,7 @@ import { import { PrismaClient } from '@prisma/client'; import { isMessageInstance } from '@sapphire/discord.js-utilities'; 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