Start a Python Bot

Hello,
how can i start a Discord Python Bot, i don´t have allready a script.
Please help me

The discord library for python is very well documented, and there are many tutorials online that can help get you started with discord.py. Try searching tutorial to discord.py on youtube. You can also find many tutorials on how to make a basic bot. If you want to use one which you do not make/one which you modify, GitHub is a great place to find things like this.
Although, unless you use a package against this, hosting bots on replit is not recommended as they are ratelimited.

This might be tooting my own horn, but here is my starter template for bots: https://replit.com/@InvisibleOne/Working-Discordpy-Template#main.py I made it because the ones in templates weren’t working (according to a friend)

2 Likes

Hello,
how can I install the Discord Bot Software in my Replit Bot, and then how can I start him?

1 Like

You can use the template provided by @InvisibleOne

1 Like

Fork the repl linked above, paste in your bot token and then hit run. Everything should work perfectly (and if it doesn’t ping me)

2 Likes