fix: Add await

This commit is contained in:
Siwoo Jeon 2024-10-06 15:57:54 +09:00
parent 8e9855f6eb
commit 680a49c616
Signed by: migan
GPG key ID: 036E9A8C5E8E48DA

View file

@ -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: '삭제',