Fix typo in process_command
This commit is contained in:
@@ -47,7 +47,7 @@ class Context:
|
|||||||
self.lookup_id_to_name = {}
|
self.lookup_id_to_name = {}
|
||||||
|
|
||||||
async def process_command(self, input):
|
async def process_command(self, input):
|
||||||
await process_command(ctx, input)
|
await process_command(self, input)
|
||||||
|
|
||||||
async def send_msgs(websocket, msgs):
|
async def send_msgs(websocket, msgs):
|
||||||
if not websocket or not websocket.open or websocket.closed:
|
if not websocket or not websocket.open or websocket.closed:
|
||||||
|
|||||||
Reference in New Issue
Block a user