Skip to content

Commit

Permalink
Fixed lavalink connection header
Browse files Browse the repository at this point in the history
  • Loading branch information
ChocoMeow committed Jul 16, 2023
1 parent f96690f commit 12d2e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voicelink/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __init__(

self._headers = {
"Authorization": self._password,
"User-Id": str(self.bot.user.id),
"User-Id": str(bot.user.id),
"Client-Name": f"Voicelink/{__version__}",
'Resume-Key': self.resume_key
}
Expand Down

0 comments on commit 12d2e6f

Please sign in to comment.