diff --git a/disco/state.py b/disco/state.py index cdf5d81..efa883b 100644 --- a/disco/state.py +++ b/disco/state.py @@ -57,9 +57,9 @@ class State(object): Attributes ---------- EVENTS : list(str) - A list of all events the State object binds too. + A list of all events the State object binds to client : :class:`disco.client.Client` - The Client instance this state is attached too + The Client instance this state is attached to config : :class:`StateConfig` The configuration for this state instance me : :class:`disco.types.user.User`