From 7945116d37e12c8bfeb443d04c3d147584c9bd78 Mon Sep 17 00:00:00 2001 From: Frisk Date: Sat, 11 May 2019 00:19:13 +0200 Subject: [PATCH] lowered the timeout between messages --- rcgcdw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcgcdw.py b/rcgcdw.py index 6417f01..56c157e 100644 --- a/rcgcdw.py +++ b/rcgcdw.py @@ -151,7 +151,7 @@ def send_to_discord(data): time.sleep(5.0) recent_changes.unsent_messages.append(data) elif code < 2: - time.sleep(2.5) + time.sleep(2.0) pass def link_formatter(link):