mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(Guild): fix typo in example of createChannel
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user