Update Config.cs

This commit is contained in:
SkyJoshua
2026-03-20 20:46:43 +00:00
committed by GitHub
parent 6d546d81c0
commit 5b18a2170b

View File

@@ -3,8 +3,8 @@ 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";
} }
} }