Update main.py
This commit is contained in:
5
main.py
5
main.py
@@ -107,10 +107,11 @@ async def delete(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'],
|
||||
|
||||
|
||||
|
||||
@tasks.loop(hours = 25.0)
|
||||
@tasks.loop(hours = 24.0)
|
||||
async def mensaje_jueves():
|
||||
channel = bot.get_channel(1051497546708697120)
|
||||
channel = bot.get_channel(782191552247234632)
|
||||
if time.localtime().tm_wday == 5:
|
||||
await channel.send("<@688355617681047574> FELIZ JUEVES!!!! (esto es una prueba)")
|
||||
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])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user