mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 10:44:13 +02:00
refactor(arabot): move database functions
This commit is contained in:
parent
ba638bb6e2
commit
300ad9a903
@ -23,8 +23,8 @@ import {
|
|||||||
} from 'discord.js';
|
} from 'discord.js';
|
||||||
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/database/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