Update main.py
This commit is contained in:
6
main.py
6
main.py
@@ -48,9 +48,9 @@ async def on_message(message):
|
|||||||
ctx = await bot.get_context(message)
|
ctx = await bot.get_context(message)
|
||||||
await ctx.reply("Por el culo te la hinco", mention_author=True, delete_after=5)
|
await ctx.reply("Por el culo te la hinco", mention_author=True, delete_after=5)
|
||||||
|
|
||||||
if message.content.lower().endswith("ocho" or "8"):
|
# if message.content.lower().endswith("ocho" or "8"):
|
||||||
ctx = await bot.get_context(message)
|
# ctx = await bot.get_context(message)
|
||||||
await ctx.reply("Por el culo te la endocho", mention_author=True, delete_after=5)
|
# await ctx.reply("Por el culo te la endocho", 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']}!")
|
@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']])):
|
async def add(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], os.environ['N2']])):
|
||||||
|
|||||||
Reference in New Issue
Block a user