This commit is contained in:
2026-03-20 20:45:43 +00:00
parent 7050e90833
commit 5ea0cf536c

View File

@@ -3,7 +3,7 @@ namespace SkyBot
public static class Config { public static class Config {
public static readonly long OwnerId = 15652354820931584; public static readonly long OwnerId = 15652354820931584;
public static readonly string Prefix = "sd/"; public static readonly string Prefix = "s/";
public static readonly string SourceLink = "https://github.com/SkyJoshua/SkyBot"; public static readonly string SourceLink = "https://github.com/SkyJoshua/SkyBot";
} }