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

How Can I Get My Bot To Dm A Specific User Id Without A Command Given?

When someone DM's my bot, I have it print to the console who messaged, what the message was, an… Read more How Can I Get My Bot To Dm A Specific User Id Without A Command Given?

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 Delete Context/session_id At End Of Conversation In Wit.ai Bot

I've been having issues with Wit.ai where my Python bot will retain the context after ending a … Read more How To Delete Context/session_id At End Of Conversation In Wit.ai Bot

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

Kick Command Is Giving Errors

My kick command is below: @bot.command() async def kick(ctx, member: discord.Member, *,reason… Read more Kick Command Is Giving Errors

Automatizing Web Browser Form Filling In Python

Question: Hi. I am a beginner trying to learn Python, and for one of my first projects I want to wr… Read more Automatizing Web Browser Form Filling In Python

"Account" Object Has No Atribute Get Huobi_python API

From the Huobi_python api, I'm trying to get the balance to show up sadly enough I get this err… Read more "Account" Object Has No Atribute Get Huobi_python API

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)