MCPcopy Create free account
hub / github.com/codebymitch/TitanBot / handleBackToMain

Function handleBackToMain

src/handlers/loggingButtons.js:104–107  ·  view source on GitHub ↗
(interaction)

Source from the content-addressed store, hash-verified

102}
103
104async function handleBackToMain(interaction) {
105 const { embed, components } = await buildLoggingDashboardView(interaction, interaction.client);
106 await interaction.update({ embeds: [embed], components, content: null });
107}
108
109async function handleToggle(interaction) {
110 const eventType = interaction.customId.replace('log_dash_toggle:', '');

Callers 1

executeFunction · 0.85

Calls 1

Tested by

no test coverage detected