diff options
author | Rory& <root@rory.gay> | 2024-03-17 13:30:38 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-03-17 13:30:38 +0100 |
commit | 677fe757733ab4af327ba74d047195be7d578e60 (patch) | |
tree | e4502c0ce8e021e0533f84706568669b36bbe0da /Utilities/LibMatrix.Utilities.Bot/Commands/PingCommand.cs | |
parent | Add AddCollapsiblePart to MessageBuilder (diff) | |
download | LibMatrix-677fe757733ab4af327ba74d047195be7d578e60.tar.xz |
Bot related fixes, image size
Diffstat (limited to 'Utilities/LibMatrix.Utilities.Bot/Commands/PingCommand.cs')
-rw-r--r-- | Utilities/LibMatrix.Utilities.Bot/Commands/PingCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |