adding fops alias for fox command (hopefully) #1
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user