refactor(commands/administration): fixing the log extansion in import

This commit is contained in:
Raphael 2025-12-05 12:19:32 +01:00 committed by Raphaël
parent 2c09ecf9c3
commit cabef748b0

View file

@ -16,7 +16,7 @@ import {
import emoji from '../../../assets/emoji.json' assert { type: 'json' };
import { Guild as GuildPrisma, User as UserPrisma } from '@prisma/client';
import { log } from '@lib/log';
import { isOwner } from '@lib/perm.js';
import { isOwner } from '@lib/perm';
export default {
data: new SlashCommandBuilder()