Skip to content

Commit 50a5f22

Browse files
authored
Update message box for Skua version requirement
1 parent afd357d commit 50a5f22

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CoreBots.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6211,8 +6211,9 @@ private void SkuaVersionChecker(string targetVersion)
62116211
return;
62126212

62136213
if (Bot.ShowMessageBox($"This script requires Skua {targetVersion} or above, " +
6214-
"click OK to open the download page of the latest release", "Outdated Skua detected", "OK").Text == "OK")
6215-
Process.Start("explorer", "https://github.com/BrenoHenrike/Skua/releases/latest");
6214+
"click OK to open the Beta Release Channel (discord), if you get sent to the \"Welcome\" channel, click the ✅ to acess the rest of the channels, and find the `skua-beta-release` channel\n" +
6215+
"for the LATEST Beta Release(x64).", "Outdated Skua detected", "OK").Text == "OK")
6216+
Process.Start("explorer", "https://discord.com/channels/1090693457586176013/1420350375617232987");
62166217
Logger($"This script requires Skua {targetVersion} or above. Stopping the script", messageBox: true, stopBot: true);
62176218
}
62186219

0 commit comments

Comments
 (0)