#How to add an User to an Channel

1 messages · Page 1 of 1 (latest)

spark gale
#

i want to add an user to an channel with specific perms. i dont really know how i can do that. any help? xd im really new to it ^^

primal canopy
#

I have never actually done this but maybe it can be done like this

await 
Context.Guild.GetChannel(someChannelId).AddPermissionOverwriteAsync(Context.User, new OverwritePermissions(viewChannel: PermValue.Allow));
daring kraken
#

@spark gale

spark gale