MCPcopy Index your code
hub / github.com/codebymitch/TitanBot / getEmbedTitle

Function getEmbedTitle

tests/prefixResponse.test.js:52–55  ·  view source on GitHub ↗
(payload)

Source from the content-addressed store, hash-verified

50});
51
52function getEmbedTitle(payload) {
53 const embed = payload.embeds?.[0];
54 return embed?.data?.title ?? embed?.title ?? '';
55}
56
57function getEmbedDescription(payload) {
58 const embed = payload.embeds?.[0];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected