Skip to content

Commit 61ea13c

Browse files
committed
set cooldown back to 10 minutes
1 parent 7deeb2a commit 61ea13c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def print(*args, **kwargs): # type: ignore
9595
'Binaries',
9696
'Win64',
9797
)
98-
UPDATE_CHECK_MINUTES = 3
98+
UPDATE_CHECK_MINUTES = 10
9999

100100

101101
def main():
@@ -276,7 +276,7 @@ async def send_usmap_to_webhook(build: int):
276276
f'{environ.get("WEBHOOK_URL")}', session=session
277277
)
278278
await webhook.send(
279-
f'New usmap from version {version} - Steam build {str(build)}',
279+
f'-# Source: <https://github.com/ynot01/headless-darker>\nNew usmap from version {version} - Steam build {str(build)}',
280280
file=discord_file,
281281
)
282282

0 commit comments

Comments
 (0)