mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-07-20 01:16:43 -05:00
Update Discord titles
https://github.com/samuelthomas2774/nxapi/issues/55
This commit is contained in:
parent
7df6602141
commit
80f4d18ed7
|
|
@ -2,3 +2,4 @@ export * as nintendo from './nintendo.js';
|
|||
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';
|
||||
|
|
|
|||
11
src/discord/titles/thatgamecompany.ts
Normal file
11
src/discord/titles/thatgamecompany.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { Title } from '../types.js';
|
||||
|
||||
export const titles: Title[] = [
|
||||
{
|
||||
// Sky: Children of the Light
|
||||
id: '0100c52011460000',
|
||||
client: '1080136394288144465',
|
||||
showPlayingOnline: true,
|
||||
showActiveEvent: true,
|
||||
},
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user