mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-19 04:38:17 +00:00
docs(handlers): add jsdoc comment block (#313)
* docs(handlers): add jsdoc comment block * style: format files
This commit is contained in:
@@ -356,6 +356,7 @@ function processEditChannelQueue() {
|
||||
}
|
||||
}
|
||||
|
||||
/** Update a channel's settings. Requires the `MANAGE_CHANNELS` permission for the guild. */
|
||||
export async function editChannel(
|
||||
channelID: string,
|
||||
options: ChannelEditOptions,
|
||||
|
||||
Reference in New Issue
Block a user