Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CreateTextChannel/CreateVoiceChannel should have the ability to specify parameters #1019

Closed
JaydenMaalouf opened this issue Apr 6, 2018 · 1 comment

Comments

@JaydenMaalouf
Copy link

In the Discord Documentation (https://discordapp.com/developers/docs/resources/guild#create-guild-channel) you will see there are parameters in which you can specify the: topic, bitrate, user_limit, permission_overwrites, parent_id, nsfw of a channel during its creation. I'd like to be able to do this within Discord.NET as currently I am having to ModifyAsync after the fact.

Having the ModifyAsync the parent_id after creation results in a channel being created then moved and it causes all other channels to "bump" slightly.

Thank you for your time!

@foxbot
Copy link
Member

foxbot commented May 26, 2018

Merged via bf5275e

@foxbot foxbot closed this as completed May 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants