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

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

Making A Bot That Sends Messages At A Scheduled Date With Discord.py

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

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

Im Learning To Make A Bot Using Python. What Do I Do So That I Can Create A New Channel Using The Commands?

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?

How To Add A Function To Discord.py Event Loop?

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?

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?