From dc4baef29bb9c9f75a2f695052ed19888b1556de Mon Sep 17 00:00:00 2001 From: xtaodada Date: Thu, 1 Sep 2022 16:49:49 +0800 Subject: [PATCH] =?UTF-8?q?websocket=20=E4=BF=AE=E6=94=B9=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- websocket/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket/main.py b/websocket/main.py index 8698273..b39fcea 100644 --- a/websocket/main.py +++ b/websocket/main.py @@ -130,7 +130,7 @@ async def websocket_push(message: Message): await ws.push(message.__str__()) -@listener(command="ws", description="Websocket Connect", parameters="") +@listener(command="websocket", description="Websocket Connect", parameters="") async def websocket_to_connect(message: Message): if message.arguments: uri = message.arguments