From 4aa8d076c344525e83ce724a1cffce3aa083bb35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Celderlabs=E2=80=9D?= Date: Thu, 2 Jan 2020 22:03:18 -0500 Subject: [PATCH] Remove reference to disco.util.token --- disco/client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/disco/client.py b/disco/client.py index 9535152..7e31d98 100644 --- a/disco/client.py +++ b/disco/client.py @@ -19,8 +19,7 @@ class ClientConfig(Config): Attributes ---------- token : str - Discord authentication token, can be validated using the - `disco.util.token.is_valid_token` function. + Discord authentication token. shard_id : int The shard ID for the current client instance. shard_count : int