diff --git a/example/package.json b/example/package.json index 27e9288..a07b1c8 100644 --- a/example/package.json +++ b/example/package.json @@ -6,7 +6,7 @@ "@types/bun": "latest" }, "peerDependencies": { - "typescript": "^5.0.0" + "typescript": "^5.5.3" }, "dependencies": { "discord.js": "^14.15.3", diff --git a/example/src/index.ts b/example/src/index.ts index 4c4a23f..b2d4049 100644 --- a/example/src/index.ts +++ b/example/src/index.ts @@ -1,5 +1,5 @@ import { Client } from "discord.js"; -import { Manager } from "../../src"; +import { Manager } from "sunday.ts"; import "dotenv/config"; let client = new Client({ diff --git a/src/structures/Manager.ts b/src/structures/Manager.ts index f1f2a16..be3425f 100644 --- a/src/structures/Manager.ts +++ b/src/structures/Manager.ts @@ -114,7 +114,7 @@ export class Manager extends TypedEmitter { shards: 1, autoPlay: true, usePriority: false, - clientName: "Magmastream", + clientName: "Sunday.ts", defaultSearchPlatform: "youtube", useNode: "leastPlayers", ...options,