MCPcopy
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
27export const getAllBots = () => {
28 return [
29 { ...botV1(), botNum: 1 },
30 { ...botV2(), botNum: 2 },
31 ];
32};
33
34export const getCurrentConfig = () => {
35 return {

Callers 1

discordIntegrationFunction · 0.90

Calls 2

botV1Function · 0.85
botV2Function · 0.85

Tested by

no test coverage detected