ubiquity / ubiquibot-kernel

0 stars 10 forks source link

`command` array for help menu clarity #58

Open 0x4007 opened 2 weeks ago

0x4007 commented 2 weeks ago

@0x4007 Can be done just that the current design only allows for one command per uses configuration element, c.f. https://github.com/ubiquity/ubiquibot-kernel/blob/570b68e18639e9c38a90872cfb8cbfbbdf661481/src/github/types/plugin-configuration.ts#L60 We could consider supporting an array of command instead of just one element.

Originally posted by @gentlementlegen in https://github.com/Meniole/ubiquibot-kernel/issues/2#issuecomment-2176990975

0x4007 commented 2 weeks ago

@gentlementlegen please set time label.

gentlementlegen commented 2 weeks ago

To consider for a better use of the /help command as well: https://github.com/ubiquity/ubiquibot-kernel/pull/56