From 24a0d2bdc862a545599eb08fddeaab5027463104 Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Mon, 23 Jan 2023 00:01:29 +0000 Subject: [PATCH] Update Discord titles https://github.com/samuelthomas2774/nxapi/issues/52 --- src/discord/titles/nintendo.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/discord/titles/nintendo.ts b/src/discord/titles/nintendo.ts index 2b370b6..f88bb01 100644 --- a/src/discord/titles/nintendo.ts +++ b/src/discord/titles/nintendo.ts @@ -1148,4 +1148,20 @@ export const titles: Title[] = [ showPlayingOnline: true, showActiveEvent: true, }, + + { + // Fire Emblem Engage + id: '0100a6301214e000', + client: '1037891927430922391', + showPlayingOnline: true, + showActiveEvent: true, + }, + + { + // Kirby's Return to Dream Land Deluxe + id: '01006b601380e000', + client: '1037892083748446278', + showPlayingOnline: true, + showActiveEvent: true, + }, ];