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