diff --git a/src/structures/Guild.js b/src/structures/Guild.js index c0cf44e3..d902d80f 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -1062,7 +1062,7 @@ class Guild { * // Create a new category channel with permission overwrites * guild.createChannel('new-category', { * type: 'category', - * permissionsOverwrites: [{ + * permissionOverwrites: [{ * id: guild.id, * deny: ['MANAGE_MESSAGES'], * allow: ['SEND_MESSAGES']