Skip to content

Commit

Permalink
Merge pull request #296 from StampyAI/bugfix-missingNames
Browse files Browse the repository at this point in the history
  • Loading branch information
ProducerMatt authored Jun 21, 2023
2 parents 381f9fe + f79f917 commit 7413817
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/question_setter.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,9 @@ async def cb_set_question_status(
why=f"{message.author.name} asked me to change status to `{status}`.",
)

def __str__(self):
return "Question Setter Module"

@property
def test_cases(self) -> list[IntegrationTest]:
# these tests modify coda so they should be run only in development
Expand Down

0 comments on commit 7413817

Please sign in to comment.