3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-19 16:05:01 +00:00

custom_events: fix command triggers not being registered

This commit is contained in:
Dragory 2020-08-05 20:21:48 +03:00
parent f497268aa5
commit 3a682f6861

View file

@ -31,6 +31,7 @@ export const CustomEventsPlugin = zeppelinPlugin<CustomEventsPluginType>()("cust
runEvent(pluginData, event, { msg: message, args }, { args, msg: strippedMsg });
},
});
pluginData.commands.add(eventCommand);
}
}
},