Changed Discord RPC title to An Anime Game

This commit is contained in:
Observer KRypt0n_ 2021-11-27 20:38:55 +02:00
parent 12e3d106db
commit bff274e001
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA
2 changed files with 3 additions and 3 deletions

View file

@ -186,7 +186,7 @@ $(() => {
DiscordRPC.setActivity({
details: 'In-Game',
largeImageKey: 'game',
largeImageText: 'An Anime Game Launcher',
largeImageText: 'An Anime Game',
startTimestamp: Date.now()
});
}
@ -294,7 +294,7 @@ $(() => {
DiscordRPC.setActivity({
details: 'Preparing to launch',
largeImageKey: 'launcher',
largeImageText: 'An Anime Game Launcher'
largeImageText: 'An Anime Game'
});
}

View file

@ -16,7 +16,7 @@ export default class DiscordRPC
this.rpc.setActivity({
details: 'Preparing to launch',
largeImageKey: 'launcher',
largeImageText: 'An Anime Game Launcher'
largeImageText: 'An Anime Game'
});
});
}