I want my python discord bot to use a command every minute.
Currently I have set it up like this:
@tasks.loop(seconds=10) async def mytask(): channel =