diff --git a/flask_discord/models/connections.py b/flask_discord/models/connections.py index 21a0a1c..f6b4b40 100644 --- a/flask_discord/models/connections.py +++ b/flask_discord/models/connections.py @@ -54,7 +54,7 @@ class UserConnection(object): Attributes ---------- - id : int + id : str ID of the connection account. name : str The username of the connection account.