refactor(commands/moderation): removing the extansion after @lib/perm

This commit is contained in:
Raphael 2025-11-15 00:37:21 +01:00 committed by Raphaël
parent 240ee7fbdc
commit 9b770235f0

View file

@ -6,7 +6,7 @@ import {
ChatInputCommandInteraction, ChatInputCommandInteraction,
} from 'discord.js'; } from 'discord.js';
import emoji from '../../../assets/emoji.json' with { type: 'json' }; 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'; import { log } from '@lib/log';
export default { export default {