Skip to content

Commit

Permalink
Update DataStore docstring to mention an instance is attached to BotApp
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Oct 3, 2023
1 parent d84251a commit 00c7f70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lightbulb/utils/data_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class DataStore(t.Dict[str, t.Any]):
'bar'
>>> d
DataStore()
A DataStore instance is attached to :obj:`~.app.BotApp` instances as :attr:`bot.d <.app.BotApp.d>` for your convenience.
"""

__slots__ = ()
Expand Down

0 comments on commit 00c7f70

Please sign in to comment.