From 677fe757733ab4af327ba74d047195be7d578e60 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 17 Mar 2024 13:30:38 +0100 Subject: Bot related fixes, image size --- Utilities/LibMatrix.Utilities.Bot/Commands/PingCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utilities/LibMatrix.Utilities.Bot/Commands') diff --git a/Utilities/LibMatrix.Utilities.Bot/Commands/PingCommand.cs b/Utilities/LibMatrix.Utilities.Bot/Commands/PingCommand.cs index 9959bf6..5e021a2 100644 --- a/Utilities/LibMatrix.Utilities.Bot/Commands/PingCommand.cs +++ b/Utilities/LibMatrix.Utilities.Bot/Commands/PingCommand.cs @@ -5,7 +5,7 @@ namespace LibMatrix.Utilities.Bot.Commands; public class PingCommand : ICommand { public string Name { get; } = "ping"; - public string[]? Aliases { get; } + public string[]? Aliases { get; } = [ "?" ]; public string Description { get; } = "Pong!"; public bool Unlisted { get; } -- cgit 1.4.1