MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / getCurrentConfig

Function getCurrentConfig

apps/web/config/discord.ts:34–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32};
33
34export const getCurrentConfig = () => {
35 return {
36 ...botV2(),
37 PUBLIC_REDIRECT_URI: encodeURI(
38 process.env.NEXT_PUBLIC_DISCORD_REDIRECT_URI!
39 ),
40 };
41};

Callers 1

integrationAuthorizerFunction · 0.90

Calls 1

botV2Function · 0.85

Tested by

no test coverage detected