Bonus XP wenn man an einem Event teilnimmt #167 #202

Merged
edraft merged 5 commits from #167 into 1.0.0 2023-02-16 22:18:11 +01:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 5953c82a9b - Show all commits

@ -1 +1 @@
Subproject commit b0ae87621bbe54fd9c5650071ec8c1c9ec32df48
Subproject commit ac7046820f3410f55e779797126d9410c6bcdc9f

View File

@ -2,7 +2,6 @@ from enum import Enum
class UserRoleEnum(Enum):
member = 0
moderator = 1
admin = 2