From f98f72a805fba96cc345c002ffd2a08b4c1dab9d Mon Sep 17 00:00:00 2001 From: Zlorthishen <79779913+Zlorthishen@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:20:45 -0500 Subject: [PATCH] Update debug_menu.cpp --- src/debug_menu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/debug_menu.cpp b/src/debug_menu.cpp index 0abb52755391..200ceabd2a75 100644 --- a/src/debug_menu.cpp +++ b/src/debug_menu.cpp @@ -2120,6 +2120,7 @@ void debug() break; case DEBUG_JOIN_DISCORD: { + open_url("https://discord.gg/mXUSMGTc"); popup(_("Opened a link to join Bright Nights Discord.")); break; }