From 22750c29608cb510480929534ba64404ba24c46d Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Fri, 20 Mar 2026 08:04:13 +0000 Subject: [PATCH] cat v2 --- SkyBot/Commands/Fun/Cat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SkyBot/Commands/Fun/Cat.cs b/SkyBot/Commands/Fun/Cat.cs index a721fd6..cab7112 100644 --- a/SkyBot/Commands/Fun/Cat.cs +++ b/SkyBot/Commands/Fun/Cat.cs @@ -10,7 +10,7 @@ namespace SkyBot.Commands public class Cat : ICommand { public string Name => "cat"; - public string[] Aliases => ["kitty", "meow"]; + public string[] Aliases => []; public string Description => "Posts a random cat picture."; public string Section => "Fun"; public string Usage => "cat";