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

View File

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