Bots Discord Discord.py Discord.py Rewrite Python Kick Command Is Giving Errors July 24, 2024 Post a Comment My kick command is below: @bot.command() async def kick(ctx, member: discord.Member, *,reason… Read more Kick Command Is Giving Errors
Bots Discord Discord.py Python Timer Making A Bot That Sends Messages At A Scheduled Date With Discord.py July 09, 2024 Post a Comment I'm trying to make a bot that sends a scheduled message to a specific text channel. for example… Read more Making A Bot That Sends Messages At A Scheduled Date With Discord.py
Bots Python Scripting Automatizing Web Browser Form Filling In Python April 20, 2024 Post a Comment 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
Bots Discord E Python Im Learning To Make A Bot Using Python. What Do I Do So That I Can Create A New Channel Using The Commands? April 14, 2024 Post a Comment 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?
Bots Discord Python How To Add A Function To Discord.py Event Loop? March 09, 2024 Post a Comment I am using Python with discord.py. Documentation here I've got a bot that is running on a Disco… Read more How To Add A Function To Discord.py Event Loop?
Bots Discord Python How Do I Get The Id Of A Mentioned User In A Discord.py Message? February 26, 2024 Post a Comment 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?