We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf5d95 commit 3fdce09Copy full SHA for 3fdce09
src/Bot/Systems/Commands/Text/Modules/Settings/ModRoleCommand.cs
@@ -30,7 +30,7 @@ public Task<ActionResult> SecondaryModRoleAsync(
30
return Ok("Reset the secondary Moderator role.");
31
}
32
33
- Context.Modify(data => data.Settings.Moderation.ModRole = role.Id);
+ Context.Modify(data => data.Settings.Moderation.SecondaryModRole = role.Id);
34
return Ok($"Set {role.Mention} as the secondary Moderator role for this guild.");
35
36
0 commit comments