From ae27fce8bd382c2816feb0827c2a7c13f48657c8 Mon Sep 17 00:00:00 2001 From: Purexo <5005154+Purexo@users.noreply.github.com> Date: Sat, 20 Dec 2025 15:30:24 +0100 Subject: [PATCH] feat: add reminder for Epic Games Mobile --- src/crons/EpicGames.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/crons/EpicGames.ts b/src/crons/EpicGames.ts index a9c5ed5..bf33794 100644 --- a/src/crons/EpicGames.ts +++ b/src/crons/EpicGames.ts @@ -64,6 +64,10 @@ export default new Cron({ { name: 'Prix', value: `${game.originalPrice} → **Gratuit**` }, ) .setTimestamp(), + new EmbedBuilder({ + title: 'Epic Games Mobile', + url: 'https://store.epicgames.com/fr/mobile', + }), ], enforceNonce: true, nonce: SnowflakeUtil.generate().toString(),