Skip to content

Commit

Permalink
Merge pull request #43 from Fish013/feature/fix-and-extend-user-mark
Browse files Browse the repository at this point in the history
fix bot mapping and add AltHelfer to UserMark
  • Loading branch information
holzmaster authored Nov 8, 2022
2 parents 0a5dd88 + 855e7d8 commit 2780fab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/OpenPr0gramm/UserMark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ public enum UserMark
Mittelaltschwuchtel = 10,
AltModerator = 11,
CommunityHelfer = 12,
SystemBot = 13,
NutzerBot = 14,
NutzerBot = 13,
SystemBot = 14,
AltHelfer = 15
}
}

0 comments on commit 2780fab

Please sign in to comment.