Webpack build for branch master: 0e6b5e9193

This commit is contained in:
Travis CI 2017-02-27 07:05:25 +00:00
parent 11c86067b1
commit d3cc116ae9
2 changed files with 2 additions and 2 deletions

View file

@ -4425,7 +4425,7 @@ class Guild {
* .catch(console.error);
*/
createChannel(name, type, overwrites) {
return this.client.rest.methods.updateChannel(this, name, type, overwrites);
return this.client.rest.methods.createChannel(this, name, type, overwrites);
}
/**

File diff suppressed because one or more lines are too long