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

Function buildEmbed

src/interactions/modals/ticketFeedbackComment.js:8–13  ·  view source on GitHub ↗
(title, description, color)

Source from the content-addressed store, hash-verified

6import { InteractionHelper } from '../../utils/interactionHelper.js';
7
8function buildEmbed(title, description, color) {
9 return new EmbedBuilder()
10 .setTitle(title)
11 .setDescription(description)
12 .setColor(color);
13}
14
15export default {
16 name: 'ticket_feedback_comment_modal',

Callers 1

executeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected