mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
refactor(helpers): rename createGuildChannel to createChannel (#678)
* refactor(helpers): rename createGuildChannel to createChannel * idk
This commit is contained in:
+1
-1
@@ -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,
|
||||
Reference in New Issue
Block a user