From 61c7b6effdae8950560598fb55b546579afda572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?FAY=E3=82=B7?= <103030954+FAYStarNext@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:54:33 +0700 Subject: [PATCH 1/2] chore: Update Manager import to use "sunday.ts" package --- example/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({ From b4318542938f1404077245b66a436f4fb1b8d460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?FAY=E3=82=B7?= <103030954+FAYStarNext@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:57:24 +0700 Subject: [PATCH 2/2] chore: Update TypeScript dependency to version 5.5.3 --- example/package.json | 2 +- src/structures/Manager.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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,