From 1956c5ee3d123b276438499ffee2958afef6fa05 Mon Sep 17 00:00:00 2001 From: VinceC <33974776+VinceC3@users.noreply.github.com> Date: Thu, 28 Nov 2024 05:15:11 -0600 Subject: [PATCH] feat: Update match notification system and component builders --- src/utils/componentBuilders.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/componentBuilders.js b/src/utils/componentBuilders.js index 8049b23..cf19ba7 100644 --- a/src/utils/componentBuilders.js +++ b/src/utils/componentBuilders.js @@ -1,6 +1,6 @@ const { ActionRowBuilder, ButtonBuilder, ButtonStyle } = require('discord.js'); -// Define exact game URLs +// Game URLs for match notifications const GAME_URLS = { "Big Ballers VR": "https://www.vrbattles.gg/games/Big%20Ballers%20VR", "Blacktop Hoops": "https://www.vrbattles.gg/games/Blacktop%20Hoops",