whoops
This commit is contained in:
parent
c0d8ad62cb
commit
fc1e3d5e2f
|
@ -22,8 +22,6 @@ async function listReminders(interaction: CommandInteraction) {
|
|||
}
|
||||
});
|
||||
|
||||
console.log(userReminders);
|
||||
|
||||
await interaction.createMessage({
|
||||
embeds: [
|
||||
{
|
||||
|
@ -38,7 +36,8 @@ async function listReminders(interaction: CommandInteraction) {
|
|||
})
|
||||
.join("\n")
|
||||
}
|
||||
]
|
||||
],
|
||||
flags: Constants.MessageFlags.EPHEMERAL
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue