diff --git a/commands/register.js b/commands/register.js index 43c70ee..38351be 100644 --- a/commands/register.js +++ b/commands/register.js @@ -23,6 +23,9 @@ module.exports = { await User.create({ discordId: interaction.user.id, active: 1, + nextDropReset: 0, + nextClaimReset: 0, + nextDaily: 0 }); interaction.editReply({ content: "You are now registered",