pats and hugs
This commit is contained in:
@@ -10,7 +10,7 @@ namespace SkyBot.Commands
|
||||
public class Hug : ICommand
|
||||
{
|
||||
public string Name => "hug";
|
||||
public string[] Aliases => [];
|
||||
public string[] Aliases => ["hugs"];
|
||||
public string Description => "Send a hug with a random gif.";
|
||||
public string Section => "Chill";
|
||||
public string Usage => "hug [@user]";
|
||||
|
||||
@@ -10,7 +10,7 @@ namespace SkyBot.Commands
|
||||
public class Pat : ICommand
|
||||
{
|
||||
public string Name => "pat";
|
||||
public string[] Aliases => [];
|
||||
public string[] Aliases => ["pats"];
|
||||
public string Description => "Give someone headpats with a random gif.";
|
||||
public string Section => "Chill";
|
||||
public string Usage => "pat [@user]";
|
||||
|
||||
Reference in New Issue
Block a user