Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Nov 12, 2023
1 parent 94f49a9 commit d09ffe6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/heckbot/cogs/picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ async def pick(
ctx: Context[Bot],
) -> None:
"""
Polling command. The commander specifies the poll duration, poll
question, and answers as space-delimited strings which may
contain spaces as long as they are within quotes. If the
commander only specifies the poll question, the answers will be
assumed to be yes/no.
Picky Activity Picking command. The commander's voice call participants
are used to determine which games are available to play, and a random
game is chosen from the intersection of those games.
:param ctx: Command context
"""
if ctx.guild and ctx.author.voice:
Expand Down

0 comments on commit d09ffe6

Please sign in to comment.