Skip to content

Commit

Permalink
comma in why removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Bagiński committed Jul 5, 2023
1 parent d3522b7 commit 918b9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/question_setter.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ async def cb_question_approval(
return Response(
confidence=10,
text=f"You're not a reviewer, <@{message.author}> -_-",
why="Only, reviewers can accept questions",
why="Only reviewers can accept questions",
)

if not questions:
Expand Down

0 comments on commit 918b9c2

Please sign in to comment.