mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-17 18:46:42 -05:00
Update Discord titles
https://github.com/samuelthomas2774/nxapi/issues/83 https://github.com/samuelthomas2774/nxapi/issues/85
This commit is contained in:
parent
c5c870fe5c
commit
58413a0024
|
|
@ -5,3 +5,4 @@ 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';
|
||||
export * as phoenix_labs from './phoenix-labs.js';
|
||||
|
|
|
|||
|
|
@ -1249,4 +1249,44 @@ export const titles: Title[] = [
|
|||
showPlayingOnline: true,
|
||||
showActiveEvent: true,
|
||||
},
|
||||
|
||||
{
|
||||
// Super Mario Bros. Wonder
|
||||
id: '010015100b514000',
|
||||
client: '1121122895519813642',
|
||||
showPlayingOnline: true,
|
||||
showActiveEvent: true,
|
||||
},
|
||||
|
||||
{
|
||||
// WarioWare: Move It!
|
||||
id: '010045b018ec2000',
|
||||
client: '1121123023961985054',
|
||||
showPlayingOnline: true,
|
||||
showActiveEvent: true,
|
||||
},
|
||||
|
||||
{
|
||||
// Super Mario RPG
|
||||
id: '0100bc0018138000',
|
||||
client: '1121123106942095522',
|
||||
showPlayingOnline: true,
|
||||
showActiveEvent: true,
|
||||
},
|
||||
|
||||
{
|
||||
// Detective Pikachu Returns
|
||||
id: '010007500f27c000',
|
||||
client: '1121123195882307604',
|
||||
showPlayingOnline: true,
|
||||
showActiveEvent: true,
|
||||
},
|
||||
|
||||
{
|
||||
// F-ZERO 99
|
||||
id: '0100ccf019c8c000',
|
||||
client: '1167145130294255637',
|
||||
showPlayingOnline: true,
|
||||
showActiveEvent: true,
|
||||
},
|
||||
];
|
||||
|
|
|
|||
11
src/discord/titles/phoenix-labs.ts
Normal file
11
src/discord/titles/phoenix-labs.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { Title } from '../types.js';
|
||||
|
||||
export const titles: Title[] = [
|
||||
{
|
||||
// Fae Farm
|
||||
id: '010073f0189b6000',
|
||||
client: '1167207629249052712',
|
||||
showPlayingOnline: true,
|
||||
showActiveEvent: true,
|
||||
},
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user