Skip to content

Commit

Permalink
Merge pull request #58 from clienterrverse/es6-rewrite
Browse files Browse the repository at this point in the history
fix dm
  • Loading branch information
GrishMahat authored Jul 10, 2024
2 parents bd799f0 + f8592d4 commit 26cc168
Show file tree
Hide file tree
Showing 29 changed files with 1,232 additions and 1,215 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@
"nodemon": "^3.1.1",
"prettier": "3.3.2",
"dotenv": "^16.4.5"

}
}
3 changes: 1 addition & 2 deletions src/commands/developer/delitem.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
.setRequired(true)
)
.toJSON(),
userPermissions: [],
userPermissions: [],
botPermissions: [],
cooldown: 10,
nsfwMode: false,
Expand Down Expand Up @@ -90,7 +90,6 @@ export default {
ephemeral: true,
});
throw error;

}
},
};
Expand Down
Loading

0 comments on commit 26cc168

Please sign in to comment.