Skip to content

Commit 58ac0a5

Browse files
committed
move source down for better pings
1 parent 80ff9a0 commit 58ac0a5

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
@@ -289,18 +289,18 @@ async def send_usmap_to_webhook(build: int):
289289
roleid = f'<@&{roleid}>' if roleid else ''
290290
if threadid and int(threadid) > 0:
291291
await webhook.send(
292-
'-# Source: <https://github.com/ynot01/headless-darker>\n'
293292
f'New usmap from version {version}'
294293
f' - Steam build {str(build)}\n'
294+
'-# Source: <https://github.com/ynot01/headless-darker>\n'
295295
f'{roleid}',
296296
file=discord_file,
297297
thread=Object(threadid),
298298
)
299299
else:
300300
await webhook.send(
301-
'-# Source: <https://github.com/ynot01/headless-darker>\n'
302301
f'New usmap from version {version}'
303302
f' - Steam build {str(build)}\n'
303+
'-# Source: <https://github.com/ynot01/headless-darker>\n'
304304
f'{roleid}',
305305
file=discord_file,
306306
)

0 commit comments

Comments
 (0)