Update Discord titles

https://github.com/samuelthomas2774/nxapi/issues/55
This commit is contained in:
Samuel Elliott 2023-02-28 14:38:50 +00:00
parent 7df6602141
commit 80f4d18ed7
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
2 changed files with 12 additions and 0 deletions

View File

@ -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';

View 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,
},
];