WIP: Bonus XP wenn man an einem Event teilnimmt #167 #201

Closed
edraft wants to merge 12 commits from #167 into 1.0.0
2 changed files with 1 additions and 2 deletions
Showing only changes of commit c8f1834255 - Show all commits

View File

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