Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
RB387 committed Oct 9, 2021
1 parent 2a4e78d commit 704ada0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/commads/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class LoopQueue(ClientProtocol):
messenger: Messenger

async def handle(self, ctx: Context):
""" Clear player queue """
""" Loop player queue """
looped = await self.playlist.channel_from_context(ctx, self.playlist.loop)
await self.messenger.react(ctx, Emoji.OK_HAND)

Expand Down
2 changes: 1 addition & 1 deletion lib/commads/pause.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ class Pause(ClientProtocol):
messenger: Messenger

async def handle(self, ctx: Context):
""" Clear all bot messages """
""" Pause current song """
await self.messenger.react(ctx, Emoji.PAUSE)
await self.playlist.pause(ctx)

0 comments on commit 704ada0

Please sign in to comment.