mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-26 08:18:59 -05:00
Update Discord titles
https://github.com/samuelthomas2774/nxapi/issues/75
This commit is contained in:
parent
bb45ee39f5
commit
10a6784fa7
12
src/discord/titles/epicgames.ts
Normal file
12
src/discord/titles/epicgames.ts
Normal 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,
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
@ -4,3 +4,4 @@ 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';
|
export * as concernedape from './concernedape.js';
|
||||||
|
export * as epicgames from './epicgames.js';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user