Skip to content

Commit

Permalink
Improve get_channel logic (Cog-Creators#112)
Browse files Browse the repository at this point in the history
* Improve get_channel logic

* Update fixtures

* Style changes

Co-authored-by: jack1142 <[email protected]>
  • Loading branch information
Drapersniper and Jackenmen committed Mar 20, 2022
1 parent 5b1fa4a commit ddc58b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lavalink/lavalink.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ async def initialize(
global _loop
_loop = bot.loop

player_manager.user_id = bot.user.id
register_event_listener(_handle_event)
register_update_listener(_handle_update)

Expand Down

0 comments on commit ddc58b1

Please sign in to comment.