adding fops alias for fox command (hopefully) #1

Merged
Michelle merged 1 commits from (deleted):amy-patch-1 into master 2026-05-17 14:17:12 +02:00
+1
View File
@@ -150,6 +150,7 @@ async def dog(message):
await message.channel.send("Failed to fetch dog image") await message.channel.send("Failed to fetch dog image")
@bot.command() @bot.command()
@bot.command("fops")
async def fox(message): async def fox(message):
response = requests.get("https://randomfox.ca/floof/") response = requests.get("https://randomfox.ca/floof/")
if response.status_code == 200: if response.status_code == 200: