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: