Remove TODO

This commit is contained in:
SeanOMik 2020-06-22 12:32:24 -05:00
parent c6399b31eb
commit 980d3c773e
No known key found for this signature in database
GPG Key ID: FA4D55AC05268A88
1 changed files with 0 additions and 1 deletions

View File

@ -362,7 +362,6 @@ proc createChannelInvite*(channel: Channel, fields: CreateInviteFields): Invite
defaultHeaders(newHttpHeaders({"Content-Type": "application/json"})), channel.id, defaultHeaders(newHttpHeaders({"Content-Type": "application/json"})), channel.id,
RateLimitBucketType.channel, createPayload)) RateLimitBucketType.channel, createPayload))
#TODO: https://discord.com/developers/docs/resources/channel#delete-channel-permission
proc deleteChannelPermission*(channel: Channel, overwrite: Permissions) {.async.} = proc deleteChannelPermission*(channel: Channel, overwrite: Permissions) {.async.} =
## Delete a channel permission overwrite for a user or role in a channel. ## Delete a channel permission overwrite for a user or role in a channel.
## Only usable for guild channels. Requires the `MANAGE_ROLES` permission. ## Only usable for guild channels. Requires the `MANAGE_ROLES` permission.