mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-25 11:08:15 +03:00
Changed Discord RPC title to An Anime Game
This commit is contained in:
parent
12e3d106db
commit
bff274e001
2 changed files with 3 additions and 3 deletions
|
@ -186,7 +186,7 @@ $(() => {
|
||||||
DiscordRPC.setActivity({
|
DiscordRPC.setActivity({
|
||||||
details: 'In-Game',
|
details: 'In-Game',
|
||||||
largeImageKey: 'game',
|
largeImageKey: 'game',
|
||||||
largeImageText: 'An Anime Game Launcher',
|
largeImageText: 'An Anime Game',
|
||||||
startTimestamp: Date.now()
|
startTimestamp: Date.now()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -294,7 +294,7 @@ $(() => {
|
||||||
DiscordRPC.setActivity({
|
DiscordRPC.setActivity({
|
||||||
details: 'Preparing to launch',
|
details: 'Preparing to launch',
|
||||||
largeImageKey: 'launcher',
|
largeImageKey: 'launcher',
|
||||||
largeImageText: 'An Anime Game Launcher'
|
largeImageText: 'An Anime Game'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ export default class DiscordRPC
|
||||||
this.rpc.setActivity({
|
this.rpc.setActivity({
|
||||||
details: 'Preparing to launch',
|
details: 'Preparing to launch',
|
||||||
largeImageKey: 'launcher',
|
largeImageKey: 'launcher',
|
||||||
largeImageText: 'An Anime Game Launcher'
|
largeImageText: 'An Anime Game'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue