From 9d1643be9fd0efb32a94547f423e74efa0cb5ac9 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Fri, 23 Jul 2021 20:22:43 -0600 Subject: [PATCH] Fix types.coll_lookup --- jarvis/db/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jarvis/db/types.py b/jarvis/db/types.py index 18dc78b..965055a 100644 --- a/jarvis/db/types.py +++ b/jarvis/db/types.py @@ -21,6 +21,7 @@ sort_lookup = { coll_lookup = { "Autoreact": "autoreact", + "Autopurge": "autopurges", "Ban": "bans", "Config": "config", "Lock": "locks",