From f0570e0caf1db858e663a9362b9cbf111016935a Mon Sep 17 00:00:00 2001 From: miteruzo Date: Tue, 3 Sep 2024 00:41:52 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=82=B9=E3=83=88=E3=82=82=E5=8F=97?= =?UTF-8?q?=E3=81=91=E3=81=A4=E3=81=8B=E3=81=87=E3=82=8B=E3=82=84=E3=81=85?= =?UTF-8?q?=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talk.py b/talk.py index 56db3ba..8053c75 100644 --- a/talk.py +++ b/talk.py @@ -27,7 +27,7 @@ class Talk: @classmethod def main ( cls, - message: str, + message: str | list, name: str | None = None, histories: list = [], goatoh_mode: bool = False,