Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
feat: remove cleaning up db
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev committed Jul 9, 2023
1 parent f11f30d commit f0e57e6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 190 deletions.
4 changes: 0 additions & 4 deletions src/events/client/ready.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ module.exports = {
// Register Commands
const register = require("../../scripts/client-register");
await register(client);

// Cleanup Database
const cleanDB = require("../../util/database/clean");
await cleanDB(client, Discord);
} catch(err) {
client.logEventError(err);
}
Expand Down
53 changes: 0 additions & 53 deletions src/util/database/clean.js

This file was deleted.

30 changes: 0 additions & 30 deletions src/util/database/cleanBannedUsers.js

This file was deleted.

44 changes: 0 additions & 44 deletions src/util/database/cleanFilter.js

This file was deleted.

59 changes: 0 additions & 59 deletions src/util/database/cleanGuilds.js

This file was deleted.

0 comments on commit f0e57e6

Please sign in to comment.