diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 7d5000c00..4498fe297 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -633,7 +633,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); } /**