Update README.md

This commit is contained in:
Tegiminis 2022-07-25 12:01:36 -07:00 committed by GitHub
parent a95dea471f
commit 65123c10c5

View file

@ -22,7 +22,7 @@ def buffs(self) -> BuffHandler:
return BuffHandler(self)
```
You may then call the handler to add or manipulate buffs like so: `object.buffs. See **Using the Handler**.
You may then call the handler to add or manipulate buffs like so: `object.buffs`. See **Using the Handler**.
### Customization