Skip to content

Commit

Permalink
Merge branch 'projects-bot' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfdragon24 authored Aug 8, 2024
2 parents ccb0ff7 + f3fe5e4 commit 74aa923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ module.exports = {
return await interaction.reply("Removed unverified members.");
} else if (interaction.options.getSubcommand() === COMMAND_DROPUSERTABLE) {
const userDB = global.userDB;

await userDB.deleteUsers();
await userDB.create_table_users();

Expand Down

0 comments on commit 74aa923

Please sign in to comment.