import discord from discord.ext import tasks client = discord.Client() channel = client.get_channel(CHANNEL-ID) @tasks.loop(minutes=1) async def test(): await