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