From cabef748b02e08ef322251c7f054f6966f5f1d36 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 5 Dec 2025 12:19:32 +0100 Subject: [PATCH] refactor(commands/administration): fixing the log extansion in import --- src/commands/administration/logs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/administration/logs.ts b/src/commands/administration/logs.ts index 96a4b5b..c711300 100644 --- a/src/commands/administration/logs.ts +++ b/src/commands/administration/logs.ts @@ -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()