From 5fcc1aa83f93cd59aa79b4aca10cefe1aaf26ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dana=C3=ABl=20V?= <104455676+ReverM@users.noreply.github.com> Date: Sat, 20 Apr 2024 20:48:14 -0400 Subject: [PATCH] Launcher: Adding Unrated mention to the launcher (#3097) --- Launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Launcher.py b/Launcher.py index 9fd5d91d..6426380d 100644 --- a/Launcher.py +++ b/Launcher.py @@ -102,7 +102,7 @@ components.extend([ Component("Open Patch", func=open_patch), Component("Generate Template Options", func=generate_yamls), Component("Discord Server", icon="discord", func=lambda: webbrowser.open("https://discord.gg/8Z65BR2")), - Component("18+ Discord Server", icon="discord", func=lambda: webbrowser.open("https://discord.gg/fqvNCCRsu4")), + Component("Unrated/18+ Discord Server", icon="discord", func=lambda: webbrowser.open("https://discord.gg/fqvNCCRsu4")), Component("Browse Files", func=browse_files), ])