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({
|
await interaction.createMessage({
|
||||||
embeds: [
|
embeds: [
|
||||||
{
|
{
|
||||||
|
@ -38,7 +36,8 @@ async function listReminders(interaction: CommandInteraction) {
|
||||||
})
|
})
|
||||||
.join("\n")
|
.join("\n")
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
flags: Constants.MessageFlags.EPHEMERAL
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue