lowered the timeout between messages

This commit is contained in:
Frisk 2019-05-11 00:19:13 +02:00
parent 04e1849ae7
commit 7945116d37
No known key found for this signature in database
GPG key ID: 0E9A7D3C0A01586C

View file

@ -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):