From a8f665953ba734b4390ad29b71fc69d94239187a Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Sat, 12 Nov 2022 17:23:19 +0000 Subject: [PATCH] Update Discord titles --- src/discord/titles/nintendo.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/discord/titles/nintendo.ts b/src/discord/titles/nintendo.ts index 5930d3e..2b370b6 100644 --- a/src/discord/titles/nintendo.ts +++ b/src/discord/titles/nintendo.ts @@ -1125,4 +1125,27 @@ export const titles: Title[] = [ showPlayingOnline: true, showActiveEvent: true, }, + + { + // Bayonetta 3 + id: '01004a4010fea000', + client: '1037891425318215820', + showPlayingOnline: true, + showActiveEvent: true, + }, + + { + // Pokémon Scarlet + id: '0100a3d008c5c000', + client: '1037891706483384360', + showPlayingOnline: true, + showActiveEvent: true, + }, + { + // Pokémon Violet + id: '01008f6008c5e000', + client: '1037891823286366288', + showPlayingOnline: true, + showActiveEvent: true, + }, ];