#How to add an User to an Channel
1 messages · Page 1 of 1 (latest)
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));
@spark gale
i solved it a year ago but thanks anyways!