diff --git a/commands/admin.js b/commands/admin.js index 29ed0692..2149af19 100644 --- a/commands/admin.js +++ b/commands/admin.js @@ -64,6 +64,7 @@ module.exports = { } else if (interaction.options.getSubcommand() === COMMAND_DROPUSERTABLE) { const userDB = global.userDB; await userDB.deleteUsers(); + await userDB.create_table_users(); return await interaction.reply("Deleted user table."); }