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

Function isFilterView

src/commands/Logging/modules/logging_dashboard.js:156–158  ·  view source on GitHub ↗
(interaction)

Source from the content-addressed store, hash-verified

154}
155
156export function isFilterView(interaction) {
157 return interaction.message?.embeds?.[0]?.title === '🔇 Log Ignore Filters';
158}
159
160export async function refreshDashboardMessage(interaction, client) {
161 let view;

Callers 4

handleRefreshFunction · 0.90
handleAddFilterModalFunction · 0.90
handleRemoveFilterModalFunction · 0.90
refreshDashboardMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected