2 Commits
Author SHA1 Message Date
Michelle dbad01da5c Merge pull request 'adding fops alias for fox command (hopefully)' (#1) from Amy/ich_iel-Bot:amy-patch-1 into master
Build and publish ich_iel bot / build (push) Successful in 5m58s
Reviewed-on: #1
2026-05-17 14:17:11 +02:00
Amy ce8e09f4ab adding fops alias for fox command (hopefully) 2026-05-17 14:15:27 +02:00
+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: