yes.
This commit is contained in:
@@ -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();
|
||||
@@ -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()
|
||||
@@ -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]";
|
||||
|
||||
Reference in New Issue
Block a user