Fix: Add empty function to catch clauses
This commit is contained in:
@ -71,7 +71,7 @@ async function execute(interaction: ChatInputCommandInteraction): Promise<void>
|
||||
interaction.reply({
|
||||
embeds: embeds,
|
||||
ephemeral: true
|
||||
}).catch();
|
||||
}).catch(() => {});
|
||||
}
|
||||
|
||||
export {
|
||||
|
Reference in New Issue
Block a user