Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Linen-dev/linen.dev
/ getAllBots
Function
getAllBots
apps/web/config/discord.ts:27–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
};
26
27
export
const
getAllBots = () => {
28
return
[
29
{ ...botV1(), botNum: 1 },
30
{ ...botV2(), botNum: 2 },
31
];
32
};
33
34
export
const
getCurrentConfig = () => {
35
return
{
Callers
1
discordIntegration
Function · 0.90
Calls
2
botV1
Function · 0.85
botV2
Function · 0.85
Tested by
no test coverage detected