We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfd6be commit 4d39ad5Copy full SHA for 4d39ad5
NeedSystem.cs
@@ -24,7 +24,7 @@ public class BaseConfigs : BasePluginConfig
24
public bool UseHostname { get; set; } = true;
25
26
[JsonPropertyName("CustomDomain")]
27
- public string CustomDomain { get; set; } = "https://crisisgamer.com/redirect/connect.php";
+ public string CustomDomain { get; set; } = "https://crisisgamer.com/connect";
28
29
[JsonPropertyName("MentionRoleID")]
30
public string MentionRoleID { get; set; } = "";
0 commit comments