mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-24 00:34:10 +00:00
lowered the timeout between messages
This commit is contained in:
parent
04e1849ae7
commit
7945116d37
|
@ -151,7 +151,7 @@ def send_to_discord(data):
|
||||||
time.sleep(5.0)
|
time.sleep(5.0)
|
||||||
recent_changes.unsent_messages.append(data)
|
recent_changes.unsent_messages.append(data)
|
||||||
elif code < 2:
|
elif code < 2:
|
||||||
time.sleep(2.5)
|
time.sleep(2.0)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def link_formatter(link):
|
def link_formatter(link):
|
||||||
|
|
Loading…
Reference in a new issue