diff --git a/lightbulb/utils/data_store.py b/lightbulb/utils/data_store.py index 77c69999..9e359d80 100644 --- a/lightbulb/utils/data_store.py +++ b/lightbulb/utils/data_store.py @@ -46,8 +46,6 @@ 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. """ def __repr__(self) -> str: