Update main.py
This commit is contained in:
9
main.py
9
main.py
@@ -105,11 +105,16 @@ 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(seconds = 5.0)
|
|
||||||
|
|
||||||
|
@tasks.loop(seconds = 5.0)
|
||||||
async def mensaje_jueves():
|
async def mensaje_jueves():
|
||||||
|
if time.struct_time.tm_wday() == 5
|
||||||
channel = bot.get_channel(1051497546708697120)
|
channel = bot.get_channel(1051497546708697120)
|
||||||
await channel.send("prueba")
|
await channel.send("prueba")
|
||||||
'''
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
async def rima(ctx, message):
|
async def rima(ctx, message):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user