Skip to content

Commit

Permalink
Update Lavamusic.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Appu <[email protected]>
  • Loading branch information
appujet authored Apr 16, 2024
1 parent e2a9d1e commit e28cb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/Lavamusic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default class Lavamusic extends Client {
format: 'shoukaku',
});

const res = await fetch(`https://lavainfo-api.freedback-dip.workers.dev/nodes?${params.toString()}`, {
const res = await fetch(`https://lavainfo-api.deno.dev/nodes?${params.toString()}`, {
headers: {
'Content-Type': 'application/json',
},
Expand Down

0 comments on commit e28cb58

Please sign in to comment.