Skip to content

Commit

Permalink
docs(PermissionOverwriteManager): PermissionsFlagsBit typo (#10004)
Browse files Browse the repository at this point in the history
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
  • Loading branch information
sdanialraza and Jiralite committed Dec 1, 2023
1 parent 17a6f5d commit b992019
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class PermissionOverwriteManager extends CachedManager {
* message.channel.permissionOverwrites.set([
* {
* id: message.author.id,
* deny: [PermissionsFlagsBit.ViewChannel],
* deny: [PermissionFlagsBits.ViewChannel],
* },
* ], 'Needed to change permissions');
*/
Expand Down

0 comments on commit b992019

Please sign in to comment.