From 9063bf8fcf35a6111e66a93992f418b882c2b421 Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Fri, 20 Mar 2026 20:08:18 +0000 Subject: [PATCH] yes. --- SkyBot/Commands/{Fun => Chill}/Cat.cs | 2 +- SkyBot/Commands/{Fun => Chill}/Hug.cs | 2 +- SkyBot/Commands/Mod/Bans.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename SkyBot/Commands/{Fun => Chill}/Cat.cs (98%) rename SkyBot/Commands/{Fun => Chill}/Hug.cs (99%) diff --git a/SkyBot/Commands/Fun/Cat.cs b/SkyBot/Commands/Chill/Cat.cs similarity index 98% rename from SkyBot/Commands/Fun/Cat.cs rename to SkyBot/Commands/Chill/Cat.cs index cab7112..a1f823d 100644 --- a/SkyBot/Commands/Fun/Cat.cs +++ b/SkyBot/Commands/Chill/Cat.cs @@ -12,7 +12,7 @@ namespace SkyBot.Commands public string Name => "cat"; public string[] Aliases => []; public string Description => "Posts a random cat picture."; - public string Section => "Fun"; + public string Section => "Chill"; public string Usage => "cat"; private static readonly HttpClient _http = new(); diff --git a/SkyBot/Commands/Fun/Hug.cs b/SkyBot/Commands/Chill/Hug.cs similarity index 99% rename from SkyBot/Commands/Fun/Hug.cs rename to SkyBot/Commands/Chill/Hug.cs index 4ea53f0..966d9bd 100644 --- a/SkyBot/Commands/Fun/Hug.cs +++ b/SkyBot/Commands/Chill/Hug.cs @@ -12,7 +12,7 @@ namespace SkyBot.Commands public string Name => "hug"; public string[] Aliases => []; public string Description => "Send a hug with a random gif."; - public string Section => "Fun"; + public string Section => "Chill"; public string Usage => "hug [@user]"; private static readonly HttpClient _http = new() diff --git a/SkyBot/Commands/Mod/Bans.cs b/SkyBot/Commands/Mod/Bans.cs index 17a4a73..7d797dc 100644 --- a/SkyBot/Commands/Mod/Bans.cs +++ b/SkyBot/Commands/Mod/Bans.cs @@ -11,7 +11,7 @@ namespace SkyBot.Commands public class GetBans : ICommand { public string Name => "bans"; - public string[] Aliases => [""]; + public string[] Aliases => []; public string Description => "Lists all bans in the planet."; public string Section => "Mod"; public string Usage => "bans [page]";