Intento 4
This commit is contained in:
5
main.py
5
main.py
@@ -42,10 +42,7 @@ async def on_message(message):
|
||||
await message.channel.send(make_help())
|
||||
|
||||
if message.content.lower().endswith("murciano"):
|
||||
murciano()
|
||||
|
||||
@bot.command()
|
||||
async def murciano(ctx):
|
||||
ctx = await bot.get_context(message)
|
||||
await ctx.reply("Me la agarras con la mano", ephemeral=True, mention_author=True)
|
||||
|
||||
@bot.command(description=f"Añade una característica más de {os.environ['N1']} o {os.environ['N2']}!")
|
||||
|
||||
Reference in New Issue
Block a user