diff --git a/modules/question_setter.py b/modules/question_setter.py index d17918c6..2ab04e60 100644 --- a/modules/question_setter.py +++ b/modules/question_setter.py @@ -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