Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
metehus authored Sep 2, 2020
1 parent 6359f29 commit ad983fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h4 style="margin-top: 3px;"> ${info.author}</h4>

async function skipItem() {
setEl('skipBtn', '<span class="loading"></span>')
const res = await fetch(`${getURL()}/skip?guildId=${getChannel()}`)
const res = await fetch(`${getURL()}/skip?guildId=${getGuild()}`)
setEl('skipBtn', '&#9654; SKIP')
console.log(res)
getQueue()
Expand Down

0 comments on commit ad983fa

Please sign in to comment.