From 4152f4989be3e1df74205dce14b8e28ee5d3b7b3 Mon Sep 17 00:00:00 2001 From: sonyakun Date: Mon, 29 Apr 2024 18:31:00 +0900 Subject: [PATCH] Update client.py --- misspy/client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misspy/client.py b/misspy/client.py index ed08487..a393803 100644 --- a/misspy/client.py +++ b/misspy/client.py @@ -29,7 +29,6 @@ class Bot: """ def __init__(self, address, token=None, ssl=True) -> None: - self.nyaize = False #Unstable self.ssl = ssl http = "http://" @@ -65,7 +64,7 @@ def __init__(self, address, token=None, ssl=True) -> None: self.set_ui() def run(self): - asyncio.run(self.ws.ws_handler(notes_nyaize=self.nyaize)) + asyncio.run(self.ws.ws_handler()) def set_ui(self): self.id = self.mi.id # ment__ions