From a8e9641b6ccf3ba9cd8ea1ccc21616a2dbfba198 Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Thu, 18 Aug 2022 09:21:51 +0100 Subject: [PATCH] Update Discord titles --- src/discord/titles/nintendo.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/discord/titles/nintendo.ts b/src/discord/titles/nintendo.ts index 99704d5..b3e844d 100644 --- a/src/discord/titles/nintendo.ts +++ b/src/discord/titles/nintendo.ts @@ -1100,4 +1100,12 @@ export const titles: Title[] = [ showPlayingOnline: true, showActiveEvent: true, }, + { + // Splatoon 3: Splatfest World Premiere + id: '0100ba0018500000', + client: '967103796134158447', + largeImageText: 'Splatfest World Premiere', + showPlayingOnline: true, + showActiveEvent: true, + }, ];