Python Forum
[Discord.py] Bot sending message automatically
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Discord.py] Bot sending message automatically
#1
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]

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
Reply
#2
So, what's the error?
Reply
#3
Click on the image (after error) it leads to the error.
COol Dudes love programmING
Reply
#4
Don't post images, but copy/paste the full traceback in error tags.
Reply
#5
Do you know how to fix the error tho?
COol Dudes love programmING
Reply
#6
(Oct-15-2017, 03:28 PM)Ouindoze Wrote: Do you know how to fix the error tho?
I guess we shall know once you post the full traceback in error tags... :-)
Reply
#7
Never mind, i forgot to say that i got my friend helping me atm, i will come back later to tell you how i fixed the error, or if you can delete this thread :)
COol Dudes love programmING
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to check if someone send a message in a discord channel? Zerolysimin 1 767 Nov-06-2022, 11:10 AM
Last Post: Larz60+
  Help discord bot Edward 0 2,105 Sep-15-2022, 09:55 PM
Last Post: Edward
  Sending Whatsapp Message in the text file ebincharles869 9 3,513 Jun-21-2022, 04:26 PM
Last Post: snippsat
  Discord Bot Dark_Sovereign_193 0 36,201 Jun-03-2021, 03:24 PM
Last Post: Dark_Sovereign_193
  Discord Bot Help Oshadha 0 1,400 Jan-26-2021, 04:23 PM
Last Post: Oshadha
  Creating Discord Bot: Unused import statement 'import discord EyeballCandy 0 3,538 Feb-02-2020, 10:53 PM
Last Post: EyeballCandy
  Discord Bot Arbys 7 30,433 Nov-06-2017, 03:36 PM
Last Post: Gamer
  discord bot lolteam 1 6,069 Aug-31-2017, 08:57 AM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020