Hello, I am trying to create a text channel in specific category with only one specific user and role having access to it.
If I give category ID to position argument in the function, will it create it in the category I am specifying?
Need help understanding permission_overwrites argument.
Thank you
Code:
await GuildCategory.create_channel(channel_type=0, name=f"Vetting of {str(ctx.author)[1:]}", position=vetCategoryID, permission_overwrites=)```