mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-26 00:13:08 -05:00
Update Discord titles
https://github.com/samuelthomas2774/nxapi/issues/72 https://github.com/samuelthomas2774/nxapi/issues/73
This commit is contained in:
parent
d1785ee1fc
commit
5bd62cd576
18
src/discord/titles/concernedape.ts
Normal file
18
src/discord/titles/concernedape.ts
Normal file
|
|
@ -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,
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
@ -3,3 +3,4 @@ export * as mojang from './mojang.js';
|
||||||
export * as capcom from './capcom.js';
|
export * as capcom from './capcom.js';
|
||||||
export * as the_pokemon_company from './the-pokémon-company.js';
|
export * as the_pokemon_company from './the-pokémon-company.js';
|
||||||
export * as thatgamecompany from './thatgamecompany.js';
|
export * as thatgamecompany from './thatgamecompany.js';
|
||||||
|
export * as concernedape from './concernedape.js';
|
||||||
|
|
|
||||||
|
|
@ -1203,13 +1203,20 @@ export const titles: Title[] = [
|
||||||
showActiveEvent: true,
|
showActiveEvent: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
// {
|
{
|
||||||
// // Pikmin 4
|
// Pikmin 4
|
||||||
// id: '',
|
id: '0100b7c00933a000',
|
||||||
// client: '1107033455755264010',
|
client: '1107033455755264010',
|
||||||
// showPlayingOnline: true,
|
showPlayingOnline: true,
|
||||||
// showActiveEvent: true,
|
showActiveEvent: true,
|
||||||
// },
|
},
|
||||||
|
{
|
||||||
|
// Pikmin 4 Demo
|
||||||
|
id: '0100e0b019974000',
|
||||||
|
client: '1107033455755264010',
|
||||||
|
showPlayingOnline: true,
|
||||||
|
showActiveEvent: true,
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
// Metroid Prime Remastered
|
// Metroid Prime Remastered
|
||||||
|
|
@ -1218,4 +1225,27 @@ export const titles: Title[] = [
|
||||||
showPlayingOnline: true,
|
showPlayingOnline: true,
|
||||||
showActiveEvent: 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,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user