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

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

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

How To Capture Output Of Subprocess.call

I have made a script that tells me the temperature of my Raspberry Pi 3, but there is a problem wit… Read more How To Capture Output Of Subprocess.call

Discord Command Bot Doesn't Responde (python)

i have a problem with my discord bot: when i type on discord $ping he doesn't response me pong … Read more Discord Command Bot Doesn't Responde (python)

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'

How Do I Get The Id Of A Mentioned User In A Discord.py Message?

I'm making a discord bot with discord.py. How do I get the ID of a user mentioned in a message?… Read more How Do I Get The Id Of A Mentioned User In A Discord.py Message?