mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 05:52:05 +00:00
fix(PermissionOverwrites): resolveOverwriteOptions description (#4088)
smoll update
This commit is contained in:
parent
fcacf1bc0d
commit
d7096569c8
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class PermissionOverwrites {
|
|||
*/
|
||||
|
||||
/**
|
||||
* Deletes this Permission Overwrite.
|
||||
* Resolves bitfield permissions overwrites from an object.
|
||||
* @param {PermissionOverwriteOptions} options The options for the update
|
||||
* @param {Object} initialPermissions The initial permissions
|
||||
* @param {PermissionResolvable} initialPermissions.allow Initial allowed permissions
|
||||
|
|
|
|||
Loading…
Reference in a new issue