Skip to content

Commit

Permalink
Merge pull request #56 from misspy-dev/sonyakun-patch-1
Browse files Browse the repository at this point in the history
miws関連のバグ修正
  • Loading branch information
sonyakun authored Apr 29, 2024
2 parents 352ebea + 4152f49 commit 482e6e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions misspy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class Bot:
"""

def __init__(self, address, token=None, ssl=True) -> None:
self.nyaize = False #Unstable
self.ssl = ssl

http = "http://"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 482e6e8

Please sign in to comment.