This commit is contained in:
2026-03-20 20:08:18 +00:00
parent 2c5fb3cb6a
commit 9063bf8fcf
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ namespace SkyBot.Commands
public string Name => "cat"; public string Name => "cat";
public string[] Aliases => []; public string[] Aliases => [];
public string Description => "Posts a random cat picture."; public string Description => "Posts a random cat picture.";
public string Section => "Fun"; public string Section => "Chill";
public string Usage => "cat"; public string Usage => "cat";
private static readonly HttpClient _http = new(); private static readonly HttpClient _http = new();

View File

@@ -12,7 +12,7 @@ namespace SkyBot.Commands
public string Name => "hug"; public string Name => "hug";
public string[] Aliases => []; public string[] Aliases => [];
public string Description => "Send a hug with a random gif."; public string Description => "Send a hug with a random gif.";
public string Section => "Fun"; public string Section => "Chill";
public string Usage => "hug [@user]"; public string Usage => "hug [@user]";
private static readonly HttpClient _http = new() private static readonly HttpClient _http = new()

View File

@@ -11,7 +11,7 @@ namespace SkyBot.Commands
public class GetBans : ICommand public class GetBans : ICommand
{ {
public string Name => "bans"; public string Name => "bans";
public string[] Aliases => [""]; public string[] Aliases => [];
public string Description => "Lists all bans in the planet."; public string Description => "Lists all bans in the planet.";
public string Section => "Mod"; public string Section => "Mod";
public string Usage => "bans [page]"; public string Usage => "bans [page]";