We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa02763 commit ccb0ff7Copy full SHA for ccb0ff7
commands/admin.js
@@ -64,6 +64,7 @@ module.exports = {
64
} else if (interaction.options.getSubcommand() === COMMAND_DROPUSERTABLE) {
65
const userDB = global.userDB;
66
await userDB.deleteUsers();
67
+ await userDB.create_table_users();
68
69
return await interaction.reply("Deleted user table.");
70
}
0 commit comments