mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +00:00
Webpack build for branch master: 0e6b5e9193
This commit is contained in:
parent
11c86067b1
commit
d3cc116ae9
2 changed files with 2 additions and 2 deletions
|
|
@ -4425,7 +4425,7 @@ class Guild {
|
||||||
* .catch(console.error);
|
* .catch(console.error);
|
||||||
*/
|
*/
|
||||||
createChannel(name, type, overwrites) {
|
createChannel(name, type, overwrites) {
|
||||||
return this.client.rest.methods.updateChannel(this, name, type, overwrites);
|
return this.client.rest.methods.createChannel(this, name, type, overwrites);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue