mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
custom_events: fix command triggers not being registered
This commit is contained in:
parent
1040bf581a
commit
862a9fdb02
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ export const CustomEventsPlugin = zeppelinPlugin<CustomEventsPluginType>()("cust
|
||||||
runEvent(pluginData, event, { msg: message, args }, { args, msg: strippedMsg });
|
runEvent(pluginData, event, { msg: message, args }, { args, msg: strippedMsg });
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
pluginData.commands.add(eventCommand);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue