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

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 Format Http Request To Discord Api?

While this code works, it sends 'Bad Request'. import socket, ssl token = 'NzMyMzQ1MTcw… Read more How To Format Http Request To Discord Api?

Make The Same Cooldown For Multiple Discord.py Bot Commands?

This is written in discord.py. I have multiple commands similar to the following: @bot.command(name… Read more Make The Same Cooldown For Multiple Discord.py Bot Commands?

Certifacte Verify Failed: Certificate Has Expired (_ssl.c:1108)

When trying to run my Discord bot I get this error: raise ClientConnectorCertificateError( aioh… Read more Certifacte Verify Failed: Certificate Has Expired (_ssl.c:1108)

Mentioning Users And Self With Discord.py

I'm still really new to coding and the only way I can get this command to work is by doing what… Read more Mentioning Users And Self With Discord.py

Break Loop With Command

In my Python - Discord Bot, I wanted to create a command, which causes a loop to run. The loop shou… Read more Break Loop With Command