mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -05:00
Update Discord titles
https://github.com/samuelthomas2774/nxapi/issues/5
This commit is contained in:
parent
abb440343a
commit
f6e4769043
|
|
@ -13,6 +13,8 @@ build:
|
|||
- npx tsc
|
||||
- npx rollup --config
|
||||
|
||||
- node bin/nxapi.js util validate-discord-titles
|
||||
|
||||
- PACKAGE=`npm --color="always" pack`
|
||||
- mv "$PACKAGE" nxapi.tgz
|
||||
|
||||
|
|
|
|||
52
src/discord/titles/capcom.ts
Normal file
52
src/discord/titles/capcom.ts
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
import { Title } from '../util.js';
|
||||
|
||||
export const titles: Title[] = [
|
||||
{
|
||||
// Monster Hunter Rise
|
||||
id: '0100b04011742000',
|
||||
client: '986683336053370900',
|
||||
showPlayingOnline: true,
|
||||
showActiveEvent: true,
|
||||
},
|
||||
{
|
||||
// Monster Hunter Rise [Japan]
|
||||
id: '0100559011740000',
|
||||
client: '986683336053370900',
|
||||
showPlayingOnline: true,
|
||||
showActiveEvent: true,
|
||||
},
|
||||
|
||||
{
|
||||
// Monster Hunter Rise Demo
|
||||
id: '010093a01305c000',
|
||||
client: '986683336053370900',
|
||||
largeImageText: 'Demo',
|
||||
showPlayingOnline: true,
|
||||
showActiveEvent: true,
|
||||
},
|
||||
{
|
||||
// Monster Hunter Rise Demo [Japan]
|
||||
id: '0100bef013050000',
|
||||
client: '986683336053370900',
|
||||
largeImageText: 'Demo',
|
||||
showPlayingOnline: true,
|
||||
showActiveEvent: true,
|
||||
},
|
||||
|
||||
{
|
||||
// Monster Hunter Rise: Sunbreak Demo
|
||||
id: '0100db001724e000',
|
||||
client: '986683336053370900',
|
||||
largeImageText: 'Sunbreak Demo',
|
||||
showPlayingOnline: true,
|
||||
showActiveEvent: true,
|
||||
},
|
||||
{
|
||||
// Monster Hunter Rise: Sunbreak Demo [Japan]
|
||||
id: '01000ee01724c000',
|
||||
client: '986683336053370900',
|
||||
largeImageText: 'Sunbreak Demo',
|
||||
showPlayingOnline: true,
|
||||
showActiveEvent: true,
|
||||
},
|
||||
];
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
export * as nintendo from './nintendo.js';
|
||||
export * as mojang from './mojang.js';
|
||||
export * as capcom from './capcom.js';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user