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]";