diff options
Diffstat (limited to 'discord/state.py')
| -rw-r--r-- | discord/state.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/discord/state.py b/discord/state.py index 80272cd6..71892fd8 100644 --- a/discord/state.py +++ b/discord/state.py @@ -288,6 +288,10 @@ class ConnectionState: return self._view_store.remove_message_tracking(message_id) @property + def persistent_views(self): + return self._view_store.persistent_views + + @property def guilds(self): return list(self._guilds.values()) |