Skip to content

Commit

Permalink
fix: Update old Path of UserSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
MDCYT authored Oct 3, 2022
1 parent 4f4d4d7 commit db9681e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/classes/structures/member/memberBan.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const UserSummary = require('./usersummary.js');
const UserSummary = require('../user/userSummary.js');

class MemberBan {
/**
Expand Down Expand Up @@ -43,4 +43,4 @@ class MemberBan {
}
}

module.exports = MemberBan;
module.exports = MemberBan;

0 comments on commit db9681e

Please sign in to comment.