refactor: remove init_authlib_patching function and update related references

This commit is contained in:
2026-01-28 01:06:48 +03:00
parent 3e5ef753e0
commit eef238c1bb
8 changed files with 210 additions and 402 deletions

View File

@@ -116,7 +116,7 @@ impl DiscordGuard {
.large_image("astralrinth_logo")
.large_text(&build_info)
.small_image("astralrinth_logo")
.small_text(&build_download),
.small_text(build_download),
)
.timestamps(Timestamps::new().start(time));