Skip to content

Commit

Permalink
fix bot mapping and add AltHelfer to UserMark
Browse files Browse the repository at this point in the history
  • Loading branch information
Fish013 committed Nov 8, 2022
1 parent 0a5dd88 commit 855e7d8
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 855e7d8

Please sign in to comment.