fix(arabot): fix wrong id import

This commit is contained in:
Anthony Berg 2022-08-19 04:41:01 +01:00 committed by GitHub
parent e8bfe45724
commit 8e63559113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
import type { GuildMember } from 'discord.js';
import { PrismaClient } from '@prisma/client';
import { IDs } from './ids';
import IDs from './ids';
// Checks if the user exists on the database
export async function userExists(user: GuildMember) {