Support welcome messages.

This commit is contained in:
OK
2023-03-22 18:49:09 +01:00
parent c0f1e7e405
commit 7ed9049892
3 changed files with 41 additions and 22 deletions
+1
View File
@@ -38,6 +38,7 @@ You always try to say something positive about the current day and the Fjærkroa
async def test_responder1(self) -> None:
response = await self.bot.airesponder.send(AIMessage("lala", "who are you?"))
print(response)
self.assertAIResponse(response, AIResponse('test', True, None, None, False))