fix: Add await
This commit is contained in:
parent
8e9855f6eb
commit
680a49c616
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class DeleteLearnHandler extends InteractionHandler {
|
||||||
const decimalRegexp = /^[0-9]/g
|
const decimalRegexp = /^[0-9]/g
|
||||||
|
|
||||||
if (id === 'cancel')
|
if (id === 'cancel')
|
||||||
return interaction.editReply({
|
return await interaction.editReply({
|
||||||
embeds: [
|
embeds: [
|
||||||
{
|
{
|
||||||
title: '삭제',
|
title: '삭제',
|
||||||
|
|
Loading…
Reference in a new issue