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
awaitmember.ReplaceRolesAsync(memberRoles,"Applying Insider roles chosen in #insiders-info");
286
+
// Apply roles
287
+
awaitmember.ModifyAsync(x =>x.Roles=memberRoles);
287
288
288
289
awaite.Interaction.CreateFollowupMessageAsync(newDiscordFollowupMessageBuilder().WithContent($"{cfgjson.Emoji.Success} Your Insider roles have been updated!").AsEphemeral(true));
0 commit comments