manual commit 2026-04-10T19:59:04Z
This commit is contained in:
@@ -918,7 +918,9 @@ async function handleCommand(interaction) {
|
||||
await interaction.showModal(modal);
|
||||
} catch (err) {
|
||||
console.error('Signature command error:', err);
|
||||
await interaction.reply({ content: 'Failed to open signature settings.', ephemeral: true });
|
||||
if (!interaction.replied && !interaction.deferred) {
|
||||
await interaction.reply({ content: 'Failed to open signature settings.', ephemeral: true }).catch(() => {});
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user