Skip to content

Commit

Permalink
fix: use correct reference
Browse files Browse the repository at this point in the history
  • Loading branch information
zapteryx committed Dec 25, 2022
1 parent 153e870 commit ea95b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/buttons/autolyrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default {
return;
}
const whitelisted = await getGuildFeatureWhitelisted(
this.player.guildId,
interaction.guildId,
'autolyrics',
);
if (
Expand Down
2 changes: 1 addition & 1 deletion src/components/buttons/smartqueue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default {
return;
}
const whitelisted = await getGuildFeatureWhitelisted(
this.player.guildId,
interaction.guildId,
'smartqueue',
);
if (
Expand Down

0 comments on commit ea95b1f

Please sign in to comment.