Skip to content

Commit

Permalink
Update readme to reflect bot kwarg in wavelink.Client
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jun 8, 2020
1 parent fdf65a6 commit 5b35165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ A quick and easy bot example:
self.bot = bot
if not hasattr(bot, 'wavelink'):
self.bot.wavelink = wavelink.Client(self.bot)
self.bot.wavelink = wavelink.Client(bot=self.bot)
self.bot.loop.create_task(self.start_nodes())
Expand Down

0 comments on commit 5b35165

Please sign in to comment.