mirror of
https://github.com/danbulant/discord.js
synced 2026-06-04 23:31:04 +00:00
docs(Guild): fix typo in example of createChannel
This commit is contained in:
parent
e82633fb00
commit
c844a7b4e2
1 changed files with 1 additions and 1 deletions
|
|
@ -1062,7 +1062,7 @@ class Guild {
|
||||||
* // Create a new category channel with permission overwrites
|
* // Create a new category channel with permission overwrites
|
||||||
* guild.createChannel('new-category', {
|
* guild.createChannel('new-category', {
|
||||||
* type: 'category',
|
* type: 'category',
|
||||||
* permissionsOverwrites: [{
|
* permissionOverwrites: [{
|
||||||
* id: guild.id,
|
* id: guild.id,
|
||||||
* deny: ['MANAGE_MESSAGES'],
|
* deny: ['MANAGE_MESSAGES'],
|
||||||
* allow: ['SEND_MESSAGES']
|
* allow: ['SEND_MESSAGES']
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue