Bots Discord Discord.py Python Roles How To Make A Discord Bot That Gives Roles In Python? May 19, 2024 Post a Comment 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?
Bots Class Discord Oop Python Attributeerror: 'botclient' Object Has No Attribute 'loop' With Declaring An Instance March 20, 2024 Post a Comment 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
Bots Discord.py Python Discord.py Bot Dont Have Certificate February 04, 2024 Post a Comment 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
Bots Proxy Python Urllib2 Why Am I Getting This Error? Http Error 407: Proxy Authentication Required February 03, 2024 Post a Comment 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
Bots Discord Python My Discord.py Bot With Chat-filter Event Sends 2 Or More Messages Instead Of 1 January 19, 2024 Post a Comment 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
Bots Python Python 3.x Pickle: Typeerror: A Bytes-like Object Is Required, Not 'str' December 21, 2023 Post a Comment 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'
Bots Image Recognition Pyautogui Python Python 3.x Pyautogui Image Recognition - Slight Issue With Pixel Color Matching October 26, 2023 Post a Comment 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
Bots Discord Python How To Add A Function To Discord.py Event Loop? May 24, 2023 Post a Comment 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?