mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 08:34:15 +02:00
fix(arabot): fix wrong id import
This commit is contained in:
parent
e8bfe45724
commit
8e63559113
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user