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,
|
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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue