Skip to content

Commit

Permalink
Merge branch 'release/5.6.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Aug 5, 2023
2 parents f32afd3 + a842bf0 commit 911f407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Hammer/Commands/Infractions/InfractionCommand.Edit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public async Task EditAsync(InteractionContext context,
if (newRuleId is not null)
{
i.RuleId = newRuleId;
i.RuleText = rule!.Brief ?? rule.Description;
embed.AddField("New Rule Broken", $"{rule!.Id} - {rule.Brief ?? rule.Description}");
}

Expand Down
2 changes: 1 addition & 1 deletion Hammer/Hammer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<VersionPrefix>5.6.1</VersionPrefix>
<VersionPrefix>5.6.2</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' == ''">
Expand Down

0 comments on commit 911f407

Please sign in to comment.