Update main.py

This commit is contained in:
Mike2.0
2023-11-11 16:31:56 +00:00
parent e6083f557f
commit e7e013c618

View File

@@ -105,8 +105,6 @@ async def delete(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'],
await send_log(f"rip. Error: ```{e}```") await send_log(f"rip. Error: ```{e}```")
@tasks.loop(hours = 24.0) @tasks.loop(hours = 24.0)
async def mensaje_jueves(): async def mensaje_jueves():
try: try:
@@ -118,7 +116,6 @@ async def mensaje_jueves():
await send_log(f"rip. Error: ```{e}```") await send_log(f"rip. Error: ```{e}```")
async def rima(ctx, message): async def rima(ctx, message):
try: try:
if message.content.lower().endswith("murciano") and message.author != bot.user: if message.content.lower().endswith("murciano") and message.author != bot.user: