From d84934cd02f43e65a156d4459a0661be3da94365 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 27 Feb 2023 19:14:59 -0500 Subject: [PATCH] reenabled error handling for linked_role --- galaxy/galaxy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index b4c119f..ddaa696 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -121,6 +121,7 @@ class Galaxy(commands.Cog): @faq_test.error + @faq_linked_role.error @faq_npc_intervals.error @faq_links.error @faq_dps.error