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

Max Retry Exceeded With Url In Telegram Bot

I started writing a telegram bot in python. but when I run it after a while it returns an error: Ex… Read more Max Retry Exceeded With Url In Telegram Bot

Im Learning To Make A Bot Using Python. What Do I Do So That I Can Create A New Channel Using The Commands?

Thanks for the previous people that helped me for the last question What Im trying to do is make a … Read more Im Learning To Make A Bot Using Python. What Do I Do So That I Can Create A New Channel Using The Commands?

How To Trade On Steam With Python

i am currently working on a project that involves TF2,python,and steam trading. I would like to kno… Read more How To Trade On Steam With Python

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

Getting 'nonetype' Object Has No Attribute 'send'

getting the 'NoneType' object has no attribute 'send' what should I do?this error m… Read more Getting 'nonetype' Object Has No Attribute 'send'

Python 3.6 Discord Bot Cooldown Message

so I have this command which allows the user to change the game and it works perfectly but I put a … Read more Python 3.6 Discord Bot Cooldown Message

BotBuilder Python - Handling Multiple Dialog And Intent

I have the following code to handle multiple intents, Code async def on_message_activity(self, turn… Read more BotBuilder Python - Handling Multiple Dialog And Intent

Discord - Send Message Only From Python App To Discord Channel (one Way Communication)

I am designing an app where I can send notification to my discord channel when something happen wit… Read more Discord - Send Message Only From Python App To Discord Channel (one Way Communication)

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?