diff --git a/src/interaction-handlers/deleteLearn.ts b/src/interaction-handlers/deleteLearn.ts index 42bc5ae..1ad94e4 100644 --- a/src/interaction-handlers/deleteLearn.ts +++ b/src/interaction-handlers/deleteLearn.ts @@ -33,7 +33,7 @@ class DeleteLearnHandler extends InteractionHandler { const decimalRegexp = /^[0-9]/g if (id === 'cancel') - return interaction.editReply({ + return await interaction.editReply({ embeds: [ { title: '삭제',