feat(lib): adding the lib import
This commit is contained in:
parent
7f07f9817c
commit
88efec72eb
2 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
import { Guild } from 'discord.js';
|
||||||
|
|
||||||
export function getCorrectMention(guild: Guild, id: string): string {
|
export function getCorrectMention(guild: Guild, id: string): string {
|
||||||
if (id === guild.id) {
|
if (id === guild.id) {
|
||||||
return '@everyone';
|
return '@everyone';
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import { prisma } from '../lib/prisma';
|
import { prisma } from '@lib/prisma';
|
||||||
import { User as UserPrisma } from '@prisma/client';
|
import { User as UserPrisma } from '@prisma/client';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue