Update Changelog

This commit is contained in:
Griatch 2024-07-10 19:52:02 +02:00
parent 4558237247
commit 69bab720d4
4 changed files with 40 additions and 2 deletions

View file

@ -31,7 +31,7 @@ class CharacterCmdSet(default_cmds.CharacterCmdSet):
self.add(CmdAchieve)
```
**Optional** - The achievements contrib stores individual progress data on the `achievements` attribute by default, visible via `obj.db.attributes`. You can change this by assigning an attribute (key, category) tuple to the setting `ACHIEVEMENT_CONTRIB_ATTRIBUTE`
**Optional** - The achievements contrib stores individual progress data on the `achievements` attribute by default, visible via `obj.db.achievements`. You can change this by assigning an attribute (key, category) tuple to the setting `ACHIEVEMENT_CONTRIB_ATTRIBUTE`
Example:
```py