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

Closed
edraft wants to merge 12 commits from #167 into 1.0.0
Showing only changes of commit 54cb6cf8a0 - Show all commits

View File

@ -33,6 +33,7 @@ class UserFilter(FilterABC):
self._minecraft_id = None
self._ontime = None
self._level: Optional[LevelFilter] = None
self._server = None
def from_dict(self, values: dict):
if "id" in values: