Update main.py

This commit is contained in:
binlab
2023-11-05 17:22:18 +00:00
parent 7e4cef40eb
commit faad13baba

View File

@@ -42,7 +42,7 @@ async def on_message(message):
if message.content.lower().endswith("murciano"):
ctx = await bot.get_context(message)
await ctx.reply("Me la agarras con la mano", mention_author=True)
await ctx.reply("Me la agarras con la mano", mention_author=True, delete_after=5)
@bot.command(description=f"Añade una característica más de {os.environ['N1']} o {os.environ['N2']}!")
async def add(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], os.environ['N2']])):