From f23670047c7859fed3d9f73fee311c4a5543c6b9 Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Sun, 29 May 2022 19:30:06 +0100 Subject: [PATCH] Update Discord titles --- src/discord/titles/nintendo.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/discord/titles/nintendo.ts b/src/discord/titles/nintendo.ts index ba57501..c4c6c67 100644 --- a/src/discord/titles/nintendo.ts +++ b/src/discord/titles/nintendo.ts @@ -1045,6 +1045,22 @@ export const titles: Title[] = [ showActiveEvent: true, }, + { + // Mario Strikers: Battle League Football + id: '010019401051c000', + client: '966534341662482462', + showPlayingOnline: true, + showActiveEvent: true, + }, + { + // Mario Strikers: Battle League Football - First Kick + id: '01008a30182f2000', + client: '966534341662482462', + largeImageText: 'First Kick', + showPlayingOnline: true, + showActiveEvent: true, + }, + { // Fire Emblem Warriors: Three Hopes id: '010071f0143ea000', @@ -1052,4 +1068,12 @@ export const titles: Title[] = [ showPlayingOnline: true, showActiveEvent: true, }, + + { + // Live A Live + id: '0100cf801776c000', + client: '966534559929860167', + showPlayingOnline: true, + showActiveEvent: true, + }, ];