From 69f2f3d51658fb76b7c890387f7d08c251ff3ff1 Mon Sep 17 00:00:00 2001 From: metal Date: Sun, 12 Mar 2023 16:22:59 +0000 Subject: [PATCH] temp disable custom_events Signed-off-by: GitHub --- backend/src/plugins/CustomEvents/CustomEventsPlugin.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/plugins/CustomEvents/CustomEventsPlugin.ts b/backend/src/plugins/CustomEvents/CustomEventsPlugin.ts index 9a45fbd8..10c1a010 100644 --- a/backend/src/plugins/CustomEvents/CustomEventsPlugin.ts +++ b/backend/src/plugins/CustomEvents/CustomEventsPlugin.ts @@ -58,7 +58,8 @@ export const CustomEventsPlugin = zeppelinGuildPlugin()( runEvent(pluginData, event, { msg: message, args }, values); }, }); - pluginData.commands.add(eventCommand); + // FIXME: Typings + // pluginData.messageCommands.add(eventCommand); } } },