From c844a7b4e23298a154d1444ab74ffb96efe35ac0 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Tue, 14 May 2019 20:12:57 +0200 Subject: [PATCH] docs(Guild): fix typo in example of createChannel --- src/structures/Guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index c0cf44e3e..d902d80f2 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']