From ce8e09f4aba11d68eb3c20bc657d1b5fd621c6c4 Mon Sep 17 00:00:00 2001 From: Amy <3+amy@noreply.localhost> Date: Sun, 17 May 2026 14:15:27 +0200 Subject: [PATCH] adding fops alias for fox command (hopefully) --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 30c1dd7..9633bf4 100644 --- a/main.py +++ b/main.py @@ -150,6 +150,7 @@ async def dog(message): await message.channel.send("Failed to fetch dog image") @bot.command() +@bot.command("fops") async def fox(message): response = requests.get("https://randomfox.ca/floof/") if response.status_code == 200: -- 2.47.3