diff --git a/src/discord/titles/concernedape.ts b/src/discord/titles/concernedape.ts new file mode 100644 index 0000000..4974933 --- /dev/null +++ b/src/discord/titles/concernedape.ts @@ -0,0 +1,18 @@ +import { Title } from '../types.js'; + +export const titles: Title[] = [ + { + // Stardew Valley + id: '0100e65002bb8000', + client: '1125884657209196754', + showPlayingOnline: true, + showActiveEvent: true, + }, + { + // Stardew Valley [Japan] + id: '0100dd400c468000', + client: '1125884657209196754', + showPlayingOnline: true, + showActiveEvent: true, + }, +]; diff --git a/src/discord/titles/index.ts b/src/discord/titles/index.ts index ceb82a5..5093e3a 100644 --- a/src/discord/titles/index.ts +++ b/src/discord/titles/index.ts @@ -3,3 +3,4 @@ export * as mojang from './mojang.js'; export * as capcom from './capcom.js'; export * as the_pokemon_company from './the-pokémon-company.js'; export * as thatgamecompany from './thatgamecompany.js'; +export * as concernedape from './concernedape.js'; diff --git a/src/discord/titles/nintendo.ts b/src/discord/titles/nintendo.ts index fd66823..9daaa6c 100644 --- a/src/discord/titles/nintendo.ts +++ b/src/discord/titles/nintendo.ts @@ -1203,13 +1203,20 @@ export const titles: Title[] = [ showActiveEvent: true, }, - // { - // // Pikmin 4 - // id: '', - // client: '1107033455755264010', - // showPlayingOnline: true, - // showActiveEvent: true, - // }, + { + // Pikmin 4 + id: '0100b7c00933a000', + client: '1107033455755264010', + showPlayingOnline: true, + showActiveEvent: true, + }, + { + // Pikmin 4 Demo + id: '0100e0b019974000', + client: '1107033455755264010', + showPlayingOnline: true, + showActiveEvent: true, + }, { // Metroid Prime Remastered @@ -1218,4 +1225,27 @@ export const titles: Title[] = [ showPlayingOnline: true, showActiveEvent: true, }, + + { + // Pikmin 1 + id: '0100aa80194b0000', + client: '1121121911229927476', + showPlayingOnline: true, + showActiveEvent: true, + }, + { + // Pikmin 2 + id: '0100d680194b2000', + client: '1121122602782576640', + showPlayingOnline: true, + showActiveEvent: true, + }, + + { + // Everybody 1-2-Switch! + id: '01006f900bf8e000', + client: '1121122719019323413', + showPlayingOnline: true, + showActiveEvent: true, + }, ];