docs(handlers): add jsdoc comment block (#313)

* docs(handlers): add jsdoc comment block

* style: format files
This commit is contained in:
Ayyan
2020-12-31 19:51:42 +04:00
committed by GitHub
parent 3d7d2e9f16
commit 6e1afa13a4
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -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,