From bb15a2033dec1763d275e06e1c7199f904930627 Mon Sep 17 00:00:00 2001 From: Producer Matt <58014742+ProducerMatt@users.noreply.github.com> Date: Tue, 20 Jun 2023 20:44:40 -0500 Subject: [PATCH] question_setter: missing module name --- modules/question_setter.py | 3 +++ 1 file changed, 3 insertions(+) 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