File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments