Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slight rich presence demo list improvements #20

Merged
merged 1 commit into from
Sep 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 24 additions & 8 deletions src/discord/titles/nintendo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,14 @@ export const titles: Title[] = [
showPlayingOnline: true,
showActiveEvent: true,
},
{
// ARMS Global Testpunch
id: '0100c5e003b40000',
client: '966102773642960917',
largeImageText: 'Global Testpunch',
showPlayingOnline: true,
showActiveEvent: true,
},
{
// ARMS Sparring Demo
id: '0100a5400ac86000',
Expand Down Expand Up @@ -1020,14 +1028,14 @@ export const titles: Title[] = [
showPlayingOnline: true,
showActiveEvent: true,
},
// {
// // Kirby and the Forgotten Land Demo
// id: '', // TODO
// client: '966534055116021821',
// largeImageText: 'Demo',
// showPlayingOnline: true,
// showActiveEvent: true,
// },
{
// Kirby and the Forgotten Land Demo
id: '010091201605a000',
client: '966534055116021821',
largeImageText: 'Demo',
showPlayingOnline: true,
showActiveEvent: true,
},

{
// Nintendo Switch Sports
Expand Down Expand Up @@ -1084,6 +1092,14 @@ export const titles: Title[] = [
showPlayingOnline: true,
showActiveEvent: true,
},
{
// Live A Live Demo
id: '0100a5f017e9e000',
client: '966534559929860167',
largeImageText: 'Demo',
showPlayingOnline: true,
showActiveEvent: true,
},

{
// Xenoblade Chronicles 3
Expand Down