You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: