diff --git a/commands/wishlist.js b/commands/wishlist.js index 8a85242..0fbb67d 100644 --- a/commands/wishlist.js +++ b/commands/wishlist.js @@ -43,9 +43,10 @@ module.exports = { if(!wishlist) { wishlist = await Wishlist.create({ ping: false, - UserId: user.id + UserId: user.id, }); - interaction.channel.send("Created new wishlist"); + wishlist.Characters = [] + await interaction.channel.send("Created new wishlist"); } switch (interaction.options.getSubcommand()) { case "view":