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(),