mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-01-01 22:47:19 +03:00
OwO
This commit is contained in:
parent
552c3ea3a9
commit
2015ce2057
1 changed files with 3 additions and 3 deletions
|
@ -105,14 +105,14 @@ export default class Launcher
|
||||||
id: '901534333360304168',
|
id: '901534333360304168',
|
||||||
|
|
||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
details: 'in-game' ? discord.fields.details : discord.fields.states['in-launcher'],
|
details: state === 'in-game' ? discord.fields.details : discord.fields.states['in-launcher'],
|
||||||
|
|
||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
state: 'in-game' ? discord.fields.states['in-game'] : undefined,
|
state: state === 'in-game' ? discord.fields.states['in-game'] : false,
|
||||||
|
|
||||||
icon: {
|
icon: {
|
||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
large: state == 'in-launcher' ? 'launcher' : discord.fields.icon
|
large: state === 'in-launcher' ? 'launcher' : discord.fields.icon
|
||||||
},
|
},
|
||||||
|
|
||||||
time: {
|
time: {
|
||||||
|
|
Loading…
Reference in a new issue