fix(bots/discord): remove usage of macros

This commit is contained in:
PalmDevs
2024-03-29 18:53:02 +07:00
parent a277ac53fd
commit 7f27c5607c
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import { createLogger } from '@revanced/bot-shared'
import { ActivityType, Client as DiscordClient, Partials } from 'discord.js'
import config from '../config'
import { LabeledResponseDatabase } from './classes/Database'
import { pathJoinCurrentDir } from './utils/fs' with { type: 'macro' }
import { pathJoinCurrentDir } from './utils/fs'
export { config }
export const logger = createLogger({