Update Discord titles

https://github.com/samuelthomas2774/nxapi/issues/75
This commit is contained in:
Samuel Elliott 2023-07-12 23:04:32 +01:00
parent bb45ee39f5
commit 10a6784fa7
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
import { Title } from '../types.js';
export const titles: Title[] = [
{
// Fall Guys
id: '0100c3c015738000',
client: '1128807730463911937',
showPlayingOnline: true,
showActiveEvent: true,
showDescription: false,
},
];

View File

@ -4,3 +4,4 @@ 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';
export * as epicgames from './epicgames.js';