matrix-dimension/web/app/shared/models/neb.ts
Travis Ralston 2c1366d9d7 Very early support for configuring complex bots
Using the RSS Bot as an example. Notably missing features:
* Configuration (feeds) not retrieved
* No actual configuration page
2018-03-25 21:02:32 -06:00

12 lines
No EOL
164 B
TypeScript

export const NEB_HAS_CONFIG = [
"giphy",
"guggy",
"github",
"google",
"imgur",
];
export const NEB_IS_COMPLEX = [
"rss",
"travisci",
];