From 5b18a2170ba1af435030f775408f5a3d50009537 Mon Sep 17 00:00:00 2001 From: SkyJoshua <55738438+SkyJoshua@users.noreply.github.com> Date: Fri, 20 Mar 2026 20:46:43 +0000 Subject: [PATCH] Update Config.cs --- SkyBot/Config.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SkyBot/Config.cs b/SkyBot/Config.cs index 74ffd81..a520e9a 100644 --- a/SkyBot/Config.cs +++ b/SkyBot/Config.cs @@ -3,8 +3,8 @@ 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"; } -} \ No newline at end of file +}