Skip to content

Commit

Permalink
fix(manager): Unprivate addBan()
Browse files Browse the repository at this point in the history
  • Loading branch information
totallytavi committed Aug 31, 2022
1 parent 3542b71 commit 017c3ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/banManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports.BanManager = class BanManager {
}

/**
* @private
* @description Adds a ban to the manager
* @param {GuildBan} ban Ban to add to the manager
* @returns {Promise<GuildBan>} Promise of the ban added
Expand Down

0 comments on commit 017c3ca

Please sign in to comment.