3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +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 1040bf581a
commit 862a9fdb02
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

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);
}
}
},