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