fix: use favicon.ico for discord embed thumbnail

This commit is contained in:
devilreef 2026-01-24 00:26:04 +06:00
parent 48b3359792
commit ea9dd0c13b

View file

@ -6,7 +6,7 @@ import type { ServerUpdate } from '../hytale-server/tracker.js'
import type { DiscordEmbed } from './types.js'
const HYTALE_ORANGE = 0xF26430
const HYTALE_LOGO = 'https://hytale.com/favicon.png'
const HYTALE_LOGO = 'https://hytale.com/favicon.ico'
export function formatLauncherEmbed(update: LauncherUpdate): DiscordEmbed {
return {