Bots Discord Python Python 3.6 Discord Bot Cooldown Message July 09, 2024 Post a Comment 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
Discord Http Https Python Sockets How To Format Http Request To Discord Api? July 02, 2024 Post a Comment While this code works, it sends 'Bad Request'. import socket, ssl token = 'NzMyMzQ1MTcw… Read more How To Format Http Request To Discord Api?
Discord Discord.py Python Make The Same Cooldown For Multiple Discord.py Bot Commands? July 02, 2024 Post a Comment 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?
Certificate Discord Python Certifacte Verify Failed: Certificate Has Expired (_ssl.c:1108) May 26, 2024 Post a Comment 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)
Discord Discord.py Python 3.x Mentioning Users And Self With Discord.py May 26, 2024 Post a Comment 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 Command Discord Loops Python Break Loop With Command May 24, 2024 Post a Comment 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