Adjust discord server

This commit is contained in:
Raffson 2022-09-18 18:37:48 +02:00
parent 47848bd5da
commit 5faf79766f
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -178,7 +178,7 @@ class QLiberationWindow(QMainWindow):
self.openDiscordAction.setIcon(CONST.ICONS["Discord"])
self.openDiscordAction.triggered.connect(
lambda: webbrowser.open_new_tab(
"https://" + "discord.gg" + "/" + "bKrt" + "rkJ"
"https://" + "discord.gg" + "/" + "vUVQb" + "33smb"
)
)