So i'm trying to make my bot send messages each 2 minutes and right now i keep getting this error.
I really don't know how to fix it so if anyone knows please help.
Error :![[Image: gxjpjq]](https://prnt.sc/gxjpjq)
I really don't know how to fix it so if anyone knows please help.
Error :
import discord import asyncio import random import pickle import os import json import requests import safygiphy import io from discord.ext.commands import Bot from discord.ext import commands client = commands.Bot(command_prefix="_") async def randommessage(): enszomessage = random.choice(["k3k", "k5k", "k6k"]) await client.say('296381421457637377', enszomessage) await asyncio.sleep(120) client.loop.create_task(randommessage()) client.run(token here)
COol Dudes love programmING