3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

temp disable custom_events

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
metal 2023-03-12 16:22:59 +00:00 committed by GitHub
parent baff82015c
commit 69f2f3d516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,8 @@ export const CustomEventsPlugin = zeppelinGuildPlugin<CustomEventsPluginType>()(
runEvent(pluginData, event, { msg: message, args }, values);
},
});
pluginData.commands.add(eventCommand);
// FIXME: Typings
// pluginData.messageCommands.add(eventCommand);
}
}
},