From 28afea52697875c5c0b583e65473e5432d6d3730 Mon Sep 17 00:00:00 2001 From: William Kray Date: Tue, 22 Dec 2020 15:40:05 -0800 Subject: [PATCH] fix list command --- invite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invite.py b/invite.py index c24c16c..6f7688b 100644 --- a/invite.py +++ b/invite.py @@ -148,4 +148,4 @@ class Invite(Plugin): return None # this isn't formatted nicely but i don't really care that much - await evt.respond(f"{response.json()}") + await evt.respond(f"{resp_json}")