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