Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bots

How To Make A Discord Bot That Gives Roles In Python?

I want to create a discord bot that gives roles to members in Python. I tried this: @async def on_m… Read more How To Make A Discord Bot That Gives Roles In Python?

Attributeerror: 'botclient' Object Has No Attribute 'loop' With Declaring An Instance

Trying to write a Discord Bot in Python, although having trouble. Currently receiving the error … Read more Attributeerror: 'botclient' Object Has No Attribute 'loop' With Declaring An Instance

Discord.py Bot Dont Have Certificate

Yesterday I made a bot and everything was working, today when I try to run my code I have this erro… Read more Discord.py Bot Dont Have Certificate

Why Am I Getting This Error? Http Error 407: Proxy Authentication Required

I am using the following code found on post, How to specify an authenticated proxy for a python htt… Read more Why Am I Getting This Error? Http Error 407: Proxy Authentication Required

My Discord.py Bot With Chat-filter Event Sends 2 Or More Messages Instead Of 1

Not so long ago added in my discord bot chat-filter ,which delete messages which i dont want to see… Read more My Discord.py Bot With Chat-filter Event Sends 2 Or More Messages Instead Of 1

Pickle: Typeerror: A Bytes-like Object Is Required, Not 'str'

I keep on getting this error when I run the following code in python 3: fname1 = 'auth_cache_%s… Read more Pickle: Typeerror: A Bytes-like Object Is Required, Not 'str'

Pyautogui Image Recognition - Slight Issue With Pixel Color Matching

I am trying to stop a possible block in my bot program by using PyAutoGUI's Image Recognition f… Read more Pyautogui Image Recognition - Slight Issue With Pixel Color Matching

How To Add A Function To Discord.py Event Loop?

I am using Python with discord.py. Documentation here I've got a bot that is running on a Disco… Read more How To Add A Function To Discord.py Event Loop?