We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7deeb2a commit 61ea13cCopy full SHA for 61ea13c
1 file changed
main.py
@@ -95,7 +95,7 @@ def print(*args, **kwargs): # type: ignore
95
'Binaries',
96
'Win64',
97
)
98
-UPDATE_CHECK_MINUTES = 3
+UPDATE_CHECK_MINUTES = 10
99
100
101
def main():
@@ -276,7 +276,7 @@ async def send_usmap_to_webhook(build: int):
276
f'{environ.get("WEBHOOK_URL")}', session=session
277
278
await webhook.send(
279
- f'New usmap from version {version} - Steam build {str(build)}',
+ f'-# Source: <https://github.com/ynot01/headless-darker>\nNew usmap from version {version} - Steam build {str(build)}',
280
file=discord_file,
281
282
0 commit comments