From e6083f557fcec75f4c8807eb4d92feb6f9dc8d5e Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Sat, 11 Nov 2023 16:24:34 +0000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f26c083..1d2ec46 100644 --- a/main.py +++ b/main.py @@ -112,7 +112,7 @@ async def mensaje_jueves(): try: channel = bot.get_channel(782191552247234632) if time.localtime().tm_wday == 3: - await channel.send("<@688355617681047574> FELIZ JUEVES!!!! (esto es una prueba)") + await channel.send("<@688355617681047574> FELIZ JUEVES!!!!") await channel.send(random.choices(["https://media.tenor.com/riA830QHvC8AAAAC/feliz-jueves-asuka.gif","https://media.tenor.com/L2-mDROrwgwAAAAd/racism.gif"], k=1, weights=[9,1])[0]) except Exception as e: await send_log(f"rip. Error: ```{e}```")