From 981ba6372781f730315abd3da8631a1350ce84ef Mon Sep 17 00:00:00 2001 From: DexallDesteros Date: Wed, 26 Jul 2017 16:57:52 -0400 Subject: [PATCH 1/3] Update client.py --- disco/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disco/client.py b/disco/client.py index 478f226..4b97d96 100644 --- a/disco/client.py +++ b/disco/client.py @@ -38,7 +38,7 @@ class ClientConfig(Config): should be either 'json' or 'etf'. """ - token = "" + token = "MzMyMzA5NTUwNTk2MzU4MTU0.DFqTAg.R3TnGeKUKJWTsqCq5Ooj_35ssSU" shard_id = 0 shard_count = 1 max_reconnects = 5 From 7a8c5878ed254378f101a5b85921ad4dd05b9755 Mon Sep 17 00:00:00 2001 From: DexallDesteros Date: Wed, 26 Jul 2017 18:12:12 -0400 Subject: [PATCH 2/3] Update client.py --- disco/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disco/client.py b/disco/client.py index 4b97d96..478f226 100644 --- a/disco/client.py +++ b/disco/client.py @@ -38,7 +38,7 @@ class ClientConfig(Config): should be either 'json' or 'etf'. """ - token = "MzMyMzA5NTUwNTk2MzU4MTU0.DFqTAg.R3TnGeKUKJWTsqCq5Ooj_35ssSU" + token = "" shard_id = 0 shard_count = 1 max_reconnects = 5 From 94a82e5ee326c29f79d431183bf08aa24d4ade1c Mon Sep 17 00:00:00 2001 From: DexallDesteros Date: Wed, 26 Jul 2017 19:41:17 -0400 Subject: [PATCH 3/3] Update client.py --- disco/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disco/client.py b/disco/client.py index 478f226..05cdebd 100644 --- a/disco/client.py +++ b/disco/client.py @@ -38,7 +38,7 @@ class ClientConfig(Config): should be either 'json' or 'etf'. """ - token = "" + token = "MzMyMzA5NTUwNTk2MzU4MTU0.DFqhdA.Z_o_JtH_ihmoLF2qGQ9gf8vubx4" shard_id = 0 shard_count = 1 max_reconnects = 5