add more aliases for racoon and bnuy command
Build and publish ich_iel bot / build (push) Has been cancelled

This commit is contained in:
2026-05-25 15:32:44 +02:00
parent dbad01da5c
commit 34aed5421a
+4
View File
@@ -164,6 +164,8 @@ async def fox(message):
# time for racoons # time for racoons
@bot.command() @bot.command()
@bot.command("raccoon")
@bot.command("coon")
async def racoon(message): async def racoon(message):
urls = random.choice([ urls = random.choice([
"https://api.mapach.es/v1/meme", "https://api.mapach.es/v1/meme",
@@ -180,6 +182,8 @@ async def racoon(message):
# i just watched beastars and i realised that this bot needs a bnuy command # i just watched beastars and i realised that this bot needs a bnuy command
# maybe I will switch the API later since this one seems to only have gifs # maybe I will switch the API later since this one seems to only have gifs
@bot.command() @bot.command()
@bot.command("bnuuy")
@bot.command("bunny")
async def bnuy(message): async def bnuy(message):
urls = random.choice([ urls = random.choice([
"https://api.bunnies.io/v2/loop/random/?media=gif,png", "https://api.bunnies.io/v2/loop/random/?media=gif,png",