Creating a Discord Bot in Python 3.9 Tutorial (Fast & Easy)

preview_player
Показать описание
In this video I'll be showing you how you can create a very easy Discord Chat Bot that can do cool things on your Server using Python.

▶ Become job-ready with Python:

▶ Follow me on Instagram:

00:00 Intro
01:08 Discord Developer Portal
04:39 Adding the Bot to the server
06:16 Adding responses
11:16 Running the Bot
Рекомендации по теме
Комментарии
Автор

I've noticed that they had a recent update in Discord. If your code is missing intents, try creating some:

intents = discord.Intents.default()
intents.message_content = True
client =

Also remember to go on the developer website and under the "BOT" section you can toggle a new "MESSAGE CONTENT INTENT" switch.

For the 2024 version + source code:

Indently
Автор

For all of you that actually want to make a discord bot, this is the only one i could find that actually helps :)

masonburke
Автор

With the changes you need to fix client= - Here's the change: client =

thomasburns
Автор

THANK YOU SO MUCH! this tutorial was very short compared to all the others, and it set me up with a fully functional bot! can't wait to add more to it! 🙌

felipezak
Автор

Ok I have put this in my watch later, hopefully I learn. Thanks bro!!!!

Lordecai
Автор

I can’t thank you enough for saving my ass in frustration of not me being able to solve my one error. I got butterflies when I finally got it, it almost made me feel sick lmao. Again, Thank you!

xyiqjts
Автор

for anyone watching during or after 2022, at 3:28 they changed it so you have to click the tab on the side under OAuth2 where it says 'URL generator'

abe
Автор

Thanks! Your tutorial is really easy to understand

dwindra
Автор

Thanks, this was a very well done tutorial. I am currently adding to the base program, and running it on my raspberry pi.

battypompano
Автор

The bot is not responding on the server.

sashuponnaganti
Автор

In my terminal where i run the bot it do not print the message :/

FrediTheFish: (lulu-chat)
FrediTheFish: (lulu-chat)
FrediTheFish: (lulu-chat)

fredithefish
Автор

Great video! Short and easy to understand very useful.

lifeassasingaming
Автор

Thank you so much for this video, Can there please be more content about this in the future?

lkingsley
Автор

This is really helpful, straight to the point, and very very helpful. Thank you very much!!!!

Vix
Автор

I did everything in this video and it runs in the terminal fine, but for some reason the bot is not responding on the server, help?

zaknd
Автор

I noticed you did all that unnecessary split stuff. I believe you can just do message.author.name

musicianintraining
Автор

To anyone running into a very long SSL Certificate Error on mac, what fixed it for me was going to Application/Python/ and using the Install Certificates Command.

franzrelleck
Автор

thanks man really help full as a new biginner

twan
Автор

this guy made the exact bot I needed tysm new sub

leosan
Автор

When I type pip install discord it gives me a warning instead of the text

schoki