adding fops alias for fox command (hopefully)

This commit is contained in:
Amy
2026-05-17 14:15:27 +02:00
parent 2279ae700c
commit ce8e09f4ab
+1
View File
@@ -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: