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