From a1d321ff69b4e649fbf5c9a7342e120425dd34a7 Mon Sep 17 00:00:00 2001 From: Dori Lahav Waisberg Date: Fri, 7 Feb 2020 23:31:26 +0200 Subject: [PATCH] change id from int to str in comment --- flask_discord/models/connections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.