Skip to content

Commit

Permalink
Update Util.js
Browse files Browse the repository at this point in the history
  • Loading branch information
devlordduck authored Dec 3, 2023
1 parent dea5040 commit 01d1fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/Util.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const parsers = require("../handler/parsers.js");

class Util {
static constants = Constants;
static parsers = parsers;
static parsers = { ...parsers.parsers, parsers.errorHandler };

static async getUser(d, id) {
let user = d.client.users.cache.get(id);
Expand Down

0 comments on commit 01d1fea

Please sign in to comment.