diff --git a/src/commands/read.ts b/src/commands/read.ts index 522b4b96..eaa6d593 100644 --- a/src/commands/read.ts +++ b/src/commands/read.ts @@ -1,7 +1,7 @@ import { SlashCommandBuilder } from 'discord.js'; import { PrismaClient } from '@prisma/client'; -import { error, info } from '../logger'; +import { error, info } from '../logger.js'; const prisma = new PrismaClient(); diff --git a/src/commands/tag.ts b/src/commands/tag.ts index 2be7dbcd..7bab230b 100644 --- a/src/commands/tag.ts +++ b/src/commands/tag.ts @@ -1,7 +1,7 @@ import { SlashCommandBuilder } from 'discord.js'; import { PrismaClient } from '@prisma/client'; -import { error, info } from '../logger'; +import { error, info } from '../logger.js'; const prisma = new PrismaClient();