fix list command

This commit is contained in:
William Kray 2020-12-22 15:40:05 -08:00
parent f38eeeeb2f
commit 28afea5269

View File

@ -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}")