refactor(helpers): rename createGuildChannel to createChannel (#678)

* refactor(helpers): rename createGuildChannel to createChannel

* idk
This commit is contained in:
ayntee
2021-03-19 13:03:24 +04:00
committed by GitHub
parent 489aa6d166
commit 9699f741fe
2 changed files with 4 additions and 4 deletions
@@ -14,7 +14,7 @@ import {
} from "../../util/permissions.ts";
/** Create a channel in your server. Bot needs MANAGE_CHANNEL permissions in the server. */
export async function createGuildChannel(
export async function createChannel(
guildID: string,
name: string,
options?: ChannelCreateOptions,