From 5ea0cf536c3b090320dddd4ded45eda32fc19554 Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Fri, 20 Mar 2026 20:45:43 +0000 Subject: [PATCH] prefix --- SkyBot/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SkyBot/Config.cs b/SkyBot/Config.cs index 74ffd81..62c1c94 100644 --- a/SkyBot/Config.cs +++ b/SkyBot/Config.cs @@ -3,7 +3,7 @@ namespace SkyBot public static class Config { 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"; }