Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit

Permalink
Merge pull request #8 from FAYStarNext/dev
Browse files Browse the repository at this point in the history
Added Method Type in Rest
  • Loading branch information
EvarinDev authored Jul 22, 2024
2 parents d94d2a1 + b431854 commit 14dbe34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": "^5.5.3"
},
"dependencies": {
"discord.js": "^14.15.3",
Expand Down
2 changes: 1 addition & 1 deletion example/src/index.ts
Original file line number Diff line number Diff line change
@@ -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({
Expand Down
2 changes: 1 addition & 1 deletion src/structures/Manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class Manager extends TypedEmitter<ManagerEvents> {
shards: 1,
autoPlay: true,
usePriority: false,
clientName: "Magmastream",
clientName: "Sunday.ts",
defaultSearchPlatform: "youtube",
useNode: "leastPlayers",
...options,
Expand Down

0 comments on commit 14dbe34

Please sign in to comment.