diff --git a/packages/reacord/library.new/discord-js.ts b/packages/reacord/library.new/reacord-discord-js.ts similarity index 95% rename from packages/reacord/library.new/discord-js.ts rename to packages/reacord/library.new/reacord-discord-js.ts index 614167f..6938e63 100644 --- a/packages/reacord/library.new/discord-js.ts +++ b/packages/reacord/library.new/reacord-discord-js.ts @@ -8,8 +8,8 @@ import type { } from "discord.js" import type { ReactNode } from "react" import { AsyncQueue } from "./async-queue" -import type { ReacordOptions } from "./reacord" -import { ReacordInstancePool } from "./reacord" +import type { ReacordOptions } from "./reacord-instance-pool" +import { ReacordInstancePool } from "./reacord-instance-pool" export class ReacordDiscordJs { private instances diff --git a/packages/reacord/library.new/reacord.ts b/packages/reacord/library.new/reacord-instance-pool.ts similarity index 100% rename from packages/reacord/library.new/reacord.ts rename to packages/reacord/library.new/reacord-instance-pool.ts