fix: use favicon.ico for discord embed thumbnail
This commit is contained in:
parent
48b3359792
commit
ea9dd0c13b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue