diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 55d4495..85b4b60 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -227,6 +227,7 @@ User dicts | |||
227 | # from account_verify_credentials() | 227 | # from account_verify_credentials() |
228 | 'moved_to_account': # If set, an account dict of the account this user has | 228 | 'moved_to_account': # If set, an account dict of the account this user has |
229 | # set up as their moved-to address. | 229 | # set up as their moved-to address. |
230 | 'bot': # Boolean indicating whether this account is automated. | ||
230 | } | 231 | } |
231 | 232 | ||
232 | mastodon.account_verify_credentials()["source"] | 233 | mastodon.account_verify_credentials()["source"] |