mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +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',
|
||||
|
||||
// @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
|
||||
state: 'in-game' ? discord.fields.states['in-game'] : undefined,
|
||||
state: state === 'in-game' ? discord.fields.states['in-game'] : false,
|
||||
|
||||
icon: {
|
||||
// @ts-expect-error
|
||||
large: state == 'in-launcher' ? 'launcher' : discord.fields.icon
|
||||
large: state === 'in-launcher' ? 'launcher' : discord.fields.icon
|
||||
},
|
||||
|
||||
time: {
|
||||
|
|
Loading…
Reference in a new issue