refactor(commands/moderation): removing the extansion after @lib/perm
This commit is contained in:
parent
240ee7fbdc
commit
9b770235f0
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import {
|
|||
ChatInputCommandInteraction,
|
||||
} from 'discord.js';
|
||||
import emoji from '../../../assets/emoji.json' with { type: 'json' };
|
||||
import { isWhitelisted } from '../../lib/perm.js';
|
||||
import { isWhitelisted } from '@lib/perm';
|
||||
import { log } from '@lib/log';
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue