@tasks.loop(hours = 1.0)
async def welcome_seend():
now = datetime.now().hour
if now in [00, 6, 12, 18]:
channel = await bot.fetch_channel(642823931643953185)
await channel.send(file=nextcord.File('image_corpa.jpg'))
await channel.send(f'```diff\n-ВНИМАНИЕ ГОВОРИТ КРАСНАЯ КОРОЛЕВА,МЕСТНОЕ ВРЕМЯ ПО МСК {datetime.now().hour}\n```')