Create Your Own Discord Bot in Python 3.10 Tutorial (2022 Edition)

  Рет қаралды 349,550

Indently

Indently

Күн бұрын

Today we will be learning how we can create a Discord Bot from scratch in Python. We will host it on a local server and it will be able to respond to users in less than 15 minutes! A perfect tutorial for getting started with Discord Bots in 2022.
▶ Become job-ready with Python:
www.indently.io
▶ Follow me on Instagram:
/ indentlyreels
Developer Portal:
/ discord
00:00 Demo
01:30 Getting started
04:16 New project
04:49 Creating responses
07:03 Discord bot functionality
09:25 Inviting the bot to our server
10:52 Finishing our bot
13:15 Running the bot

Пікірлер: 546
@Indently
@Indently Жыл бұрын
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 = discord.Client(intents=intents) 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: kzfaq.info/get/bejne/i796d66Exs6Rh6s.html
@sugarrush708
@sugarrush708 Жыл бұрын
@@ronrishadi Did you learn where to put it? I seem to be having the same issue as you.
@avinashtotlani6703
@avinashtotlani6703 Жыл бұрын
it works thanks thanks alot for this mate
@hans4595
@hans4595 Жыл бұрын
Does anyone know whye ven after putting the intents, message.content is still empty for me?
@luxe4295
@luxe4295 Жыл бұрын
i need help it says "AttributeError: module 'bot' has no attribute 'run_discord_bot' " what do I do I really need that bot help me plzz
@zoo-logic1496
@zoo-logic1496 Жыл бұрын
​@@ronrishadi
@diegobonaventura8501
@diegobonaventura8501 Жыл бұрын
client = discord.Client(intents=discord.Intents.default()) I had to add this to the program to get it to work
@____________________________x
@____________________________x Жыл бұрын
Yeop I had pain with that
@pewpau
@pewpau Жыл бұрын
Can be the bot multipurpose, moddings, emebeds, autoresponders and etc but not super multipurpose just the basic multipurpose
@____________________________x
@____________________________x Жыл бұрын
@unknownmovies4351 right after import discord
@yeetyeetyeet1967
@yeetyeetyeet1967 11 ай бұрын
@unknownmovies4351at 8:51, replace his client variable with the new one
@LewisStockton
@LewisStockton 11 ай бұрын
Life saver! I could kiss you
@orlandodgpim
@orlandodgpim Жыл бұрын
I might be able to create a custom bot that i need for a client thanks to this video. Making bots is not my area of work, but this video has helped a lot. Thank you
@ishaannaolekar3126
@ishaannaolekar3126 Жыл бұрын
amazing video bro thanks for the help got my bot running just had to do the intents change in the code and the bot as well thanks to everyone else as well who pointed it out in the chat
@Danimx02
@Danimx02 Жыл бұрын
i have the same problem. What did you do to solve it
@Luchsevans
@Luchsevans Жыл бұрын
Thanks a lot. Your video was very good to follow along while coding.
@fahnub
@fahnub Жыл бұрын
Thanks for this. Helped me with my project.
@e2k220
@e2k220 Жыл бұрын
simple and easy to understand thanks for the basics
@marcellaudenberg4365
@marcellaudenberg4365 2 жыл бұрын
Love your vids helping me so much ❤️
@DefinedEdits
@DefinedEdits Жыл бұрын
great tutorial, I appreciate it
@tokyodynamite6497
@tokyodynamite6497 Жыл бұрын
ty for the video. super easy to follow
@gotmiurgos_
@gotmiurgos_ Жыл бұрын
Open source just changes the game, now it's only something everyone has until something new is released but yeah version 3.10 seems to ease copy and paste and adds more fun for us in the loop world.
@Parven05
@Parven05 2 жыл бұрын
Thanks man ! Today I learn the basics to make a discord bot with python
@jackyin953
@jackyin953 Жыл бұрын
Thank you so much! Super helpful video
@thesaltyspoon7483
@thesaltyspoon7483 Жыл бұрын
godly tutorial btw, straight to the point and I now know all the basics to make a discord bot god bless🙏
@crispy.caesus
@crispy.caesus Жыл бұрын
thx good video love the use of try except and several files
@itemaz
@itemaz Жыл бұрын
thx you are the first people who could help me
@ari_theflower
@ari_theflower 11 ай бұрын
aww sweet
@Glintuu
@Glintuu Жыл бұрын
Thanks, this helped alot. :)
@_Maskus
@_Maskus 9 ай бұрын
Hey, I'm following along and I've created some problems that are because of decisions I've made just winding if anyone might have insight or be able to help. For starters I code in a few different languages so I'm using vscode instead of pycharm because I'd rather not need to deal with multiple IDE's and this is working out best for me so far. However this means I don't have the default files in this video so I'm not sure if I need to do something about that. Also I believe I have npm in place of pip so when you installed discord I had to skip that step as I was unsure to my equivalent. If anyone has advice surrounding these differences for me I'm all ears.
@MrLucaslucal
@MrLucaslucal 8 ай бұрын
Thank, you helped me a lot!
@G3rryx
@G3rryx 2 жыл бұрын
Parli veramente bene inglese + bravissimo. Grazie mille !
@DaRollinThunder
@DaRollinThunder Жыл бұрын
Hey, first off thanks for the vid. I was having a bit of trouble and I can't seem to find the answer. How do I actually run the main on python to get that interface? ( 4:19 ) I keep getting the cmd for python
@veerchauhan5906
@veerchauhan5906 Жыл бұрын
I am getting this type of error can someone help me.? local variable 'response' referenced before assignment
@Pytho_n
@Pytho_n Жыл бұрын
dude, I just discovered your channel. You have the best voice for teaching.
@Indently
@Indently Жыл бұрын
I will happily accept that compliment, thank you 🙂
@Pytho_n
@Pytho_n Жыл бұрын
@@Indently i just refunded a course I got on udemy. Used the refund money to purchase your course 💯🙌🏾
@Indently
@Indently Жыл бұрын
No way aha, I'm super flattered! I hope you enjoy! I'm adding new lessons there nearly every day at the moment!
@ari_theflower
@ari_theflower 11 ай бұрын
honestlyyyy it's so calming and such a vibe
@jynx2949
@jynx2949 2 жыл бұрын
How would I get it to respond with my discord username in the responses .py?
@WilliamW1979
@WilliamW1979 Жыл бұрын
The key is the top left most key on your keyboard, to the left of 1. It is how you do comments in Discord.
@wholegz1103
@wholegz1103 Жыл бұрын
Hi guys just to say the "backwards tick" is achieved by hitting the tilde key on your keyboard which is just bellow escape. :)
@jas2890
@jas2890 Жыл бұрын
Only really works in countries that have dollar signs as their currency like Canada or Australia most other places have their other symbol on the number row i.e. £, ¥, or € in which case the hash symbol is moved under the backspace, I believe this person is Scandinavian so he would have a hash where you are describing. The place the "backtick" is moved to everywhere else is to the left of the 1 key along with the "broken bar" and "not sign".
@evanley9972
@evanley9972 Жыл бұрын
thanks , such a good video
@Jamaipanese
@Jamaipanese Жыл бұрын
AMAZING! Clear, informative and python noob friendly! Going to use this as a base to make a bot now! THANK YOU!
@lightest..
@lightest.. Жыл бұрын
lol
@-odin
@-odin Жыл бұрын
uhm.. how to open python tho
@Moki314
@Moki314 Жыл бұрын
If you run into any weird problems, make sure you have response / responses correct in the send_message - speaking from experience
@prismstealthx100
@prismstealthx100 Жыл бұрын
thanks, my spelling was wrong in that line , but it still doesn't work :')
@Moki314
@Moki314 Жыл бұрын
@@prismstealthx100 I spent a few hours debugging my code before I got it to work, I even used Chat GPT to help find mistakes which isn't perfect by any means, but still helpful - Keep working at it, you'll get it to work eventually!
@prismstealthx100
@prismstealthx100 Жыл бұрын
@@Moki314 yep, i am going to try again tomorrow, if still doesn't work, then i will see another video
@jgplayz
@jgplayz Жыл бұрын
*for private bots* select 'none' for 'default authorisation link' otherwise it wont let you make it private
@lajawi.
@lajawi. 10 ай бұрын
But how to invite it once there is no link?
@regnbuesno
@regnbuesno Жыл бұрын
when i try to import discord it dosnt work any ideas on why? it just says [Import "discord" could not be resolved Pylance(reportMissingImports)]
@liinter5990
@liinter5990 Жыл бұрын
someone help I am getting the message File "C:\Users\Liinter\PycharmProjects\pythonProject1\main.py", line 4, in bot.run_discord_bot AttributeError: module 'bot' has no attribute 'run_discord_bot'
@pete8420
@pete8420 Жыл бұрын
the '`' key will often show up as the squiggly '~' key to the left of your '1' key that is on the number row.
@JonathanSoriano-bv6zi
@JonathanSoriano-bv6zi 7 ай бұрын
Hello Just wanna ask if what software did you use for this? Is it Visual Studio? If not, can i do it in visual studio?
@Mrazgoodaz
@Mrazgoodaz Жыл бұрын
Possible for you redo this video but with slash commands?
@syl-does-games
@syl-does-games Жыл бұрын
Good tutorial! A few hiccups but browsing the comments should give you enough info to get it working :)
@Indently
@Indently Жыл бұрын
Happy it worked for you! I know they had a recent update which absolutely destroyed 99.99% of all Discord tutorials recently. But I'll make sure to make an updated one in the winter time. Thanks, and happy coding!
@syl-does-games
@syl-does-games Жыл бұрын
@@Indently
@skvnkzzvods
@skvnkzzvods Жыл бұрын
ive just done this but it continues to reply with: Traceback (most recent call last): File "C:\Users\Windows PC\PycharmProjects\pythonProject\main.py", line 1, in import bot File "C:\Users\Windows PC\PycharmProjects\pythonProject\bot.py", line 1, in import discord ModuleNotFoundError: No module named 'discord' what do i do??
@sleepwalker9383
@sleepwalker9383 Жыл бұрын
can somebody please help me with this problem, I've got no idea how to fix this "on_ready" is not accessedPylance
@Iggisigg
@Iggisigg Жыл бұрын
how could i add a reaction to the message that is being responded to?
@MuhammadSohaib-lx1mz
@MuhammadSohaib-lx1mz Жыл бұрын
how can i fix this erro "TypeError: Client.__init__() missing 1 required keyword-only argument: 'intents'"
@Praisethesvn
@Praisethesvn Жыл бұрын
for some reason it does not appears to me the in app authorization option
@BnRstats
@BnRstats Жыл бұрын
if somebody is facing any problem with intents please substitute client for this: client = discord.Client(intents=discord.Intents.default())
@yasr5931
@yasr5931 Жыл бұрын
thanks so much and merry christmas :D this fixed it!
@samsstuff2078
@samsstuff2078 Жыл бұрын
Thank you so much i was stuck on this for way to long.🙂
@Anonymous-ho4do
@Anonymous-ho4do Жыл бұрын
after I run the pip install discord is still get these message: Traceback (most recent call last): File "C:\Users\Siyu Miao\PycharmProjects\hangoutbot\main.py", line 1, in import bot File "C:\Users\Siyu Miao\PycharmProjects\hangoutbot\venv\bot.py", line 1, in import discord ModuleNotFoundError: No module named 'discord' Process finished with exit code 1
@GrunkyGun
@GrunkyGun Жыл бұрын
5:53 what is that little , thing there at 1,6 is that a , or not send the thingy pls
@luxe4295
@luxe4295 Жыл бұрын
I need help I cant run it it says "AttributeError: module 'bot' has no attribute 'run_discord_bot' " what do I do I really need that bot help me plzz
@lauraa1358
@lauraa1358 Жыл бұрын
i got the same problem
@Ewout761
@Ewout761 Жыл бұрын
6:37 the backtick is usually found left of the 1 button on your keyboard
@Indently
@Indently Жыл бұрын
My keyboard only shows me: "| \" but if I hold down "opt" on Mac it does give me the back tick there.
@oreoagent6400
@oreoagent6400 Жыл бұрын
for some reason my python doesn't want to import responses. anyone know a fix?
@Yukimaro_.0fficial
@Yukimaro_.0fficial Жыл бұрын
What about the redirect url they have now? this was the most updated thing i could find
@NotTqm
@NotTqm 8 ай бұрын
when I write "pip install dis" it doesn't work, and it takes me alot of GB.. and import discord doesn't work.. what to do?
@matsandthecats54
@matsandthecats54 Жыл бұрын
when i run my program i get no errors but it doest go online and its not printing anything anyone know why?
@littelbirdman3709
@littelbirdman3709 Жыл бұрын
Begin printing messages places you might think is where the code isnt working then change things there and look for mistakes. Its probaly something with the bot not activating at all so look in main and bot
@DuperCool5
@DuperCool5 10 ай бұрын
For some reason run_discord_bot isnt defining as a variable can someone help
@JcatTV
@JcatTV Жыл бұрын
i dont understand, how do you have multiple files in the same section?
@MindUnearthed
@MindUnearthed 9 ай бұрын
How do I Install the pip install discord? It says Failed Building wheel for yarl
@rerereuj
@rerereuj Жыл бұрын
6:40 backticks should be just to the left of the number bar at the top of most keyboards
@smhgeko
@smhgeko 10 ай бұрын
hi, any way to fix the issue "AttributeError: module 'bot' has no attribute 'run_discord_bot'"? I'm coding in vscode
@KrissyClaw
@KrissyClaw 4 ай бұрын
Restarting the project helped me. I was in VSCode myself.
@user-zr2yf1yv8r
@user-zr2yf1yv8r 9 ай бұрын
i have error in line 4 idk why but it says module 'bot' has no attribute 'run_discord_bot'
@Haz3zy
@Haz3zy 7 ай бұрын
So happy that I took 2hrs to make and fix and watched 16 extra tuts and still did not work, thanks alot!
@fracops3742
@fracops3742 5 ай бұрын
same
@Lkdytz
@Lkdytz 3 ай бұрын
Same
@boggelzz
@boggelzz Жыл бұрын
I'm getting this error: in run_discord_bot async def on_ready(): TypeError: Client.event() missing 1 required positional argument: 'coro'
@ari_theflower
@ari_theflower 11 ай бұрын
oooh i got that too did you try the client=discord.Client(intents=discord.Intents.default()) thing?
@Seceroth
@Seceroth 9 ай бұрын
thanks for this -- also the backward ticks are above your tab key :) ~ `
@flaviozanotti8352
@flaviozanotti8352 Жыл бұрын
so it's not worth using discord command? i tried to use them but i ran into problems when i wanted to identify the channel it came from
@Jack-fi7lj
@Jack-fi7lj Жыл бұрын
my bot dosnt go online it says it couldnt find discord after a install it
@rayyikkuninjagaming5655
@rayyikkuninjagaming5655 Жыл бұрын
can it be worked for python 3.11 as well?
@yunnobelleza14
@yunnobelleza14 9 ай бұрын
i followed the code but the bot still doesnt go online, what should i fix? the token is also the same as the bot
@X0xi3
@X0xi3 Жыл бұрын
How add the bot to ur server after creating it with a tablet and phone?
@the_untextured
@the_untextured Жыл бұрын
grande! Grazie mille!
@deathvaisen6381
@deathvaisen6381 7 ай бұрын
Can anyone help.The code understands sent messages as nothing just space.
@n0kkk
@n0kkk Жыл бұрын
bruh the best italian english speaker that I ever seen
@nik7644
@nik7644 Жыл бұрын
I have a problem with getting the import bot to work, i tried installing the package by hovering over the the red underline but it says installing packages failed.
@ari_theflower
@ari_theflower 11 ай бұрын
oh no :( have you had any progress?
@prototypeUkrainian
@prototypeUkrainian Жыл бұрын
i have a problem when I was importing discord module into project. I installed it, but somehow Pycharm didn't find this module. How can I fix that?
@catcraft3594
@catcraft3594 Жыл бұрын
Do you use venv(virtual environment) ?
@prototypeUkrainian
@prototypeUkrainian Жыл бұрын
@@catcraft3594 yeah i do.
@KaliopaTsutomu
@KaliopaTsutomu Жыл бұрын
im making loads of bots for my own server now :D
@dymikh
@dymikh Жыл бұрын
hi, i got this error ERROR discord.client Ignoring exception in on_message line 40, in on_message if user_message[0] == '?': IndexError: string index out of range
@mohad46
@mohad46 Жыл бұрын
it appears that discord doesn't allow the bot to read messages, so it reads null and gave you out of range
@sezack950
@sezack950 Жыл бұрын
hi thanks for youre codes but i have a problem with running the bot Exception has occurred: AttributeError module 'discord' has no attribute 'Client' what shoud i do?
@ME-kl9bj
@ME-kl9bj Жыл бұрын
where it says client = discord.Client() put client = discord.Client(intents=discord.Intents.default())
@RobinToshFr
@RobinToshFr Жыл бұрын
@@ME-kl9bj THANKS !!!!
@straw3390
@straw3390 Жыл бұрын
italian here surprised u talk english so fluently
@jimfrootloopfilledbrain
@jimfrootloopfilledbrain 3 ай бұрын
Sometimes when I send a long message it says Cannot send an empty message. What do I do?
@lordender_kitty_official
@lordender_kitty_official 10 ай бұрын
6:27 isn't that character a back tick? also known as a grave. `. it's usually right above the tab key and beside the 1 key. pressing it while holding shift gives a tilde ~.
@pilotgfx
@pilotgfx 10 ай бұрын
depends on the layout , for me i have to shift + the button left to backspace: ` , and without shift: ´ , holding alt gr: | (public service info
@loganeast3901
@loganeast3901 6 ай бұрын
My thoughts exactly. I know it as a back tick from experience programming, but I was shocked to hear him say "you'll just have to copy it from the internet". Although with the state of minimalistic keyboards these days maybe it's not surprising. Maybe I'm old school but I'm still running with the whole works: Querty, F1-F12, Esc, System keys (Print screen, Insert, Delete, etc.), NumPad, arrow keys, and an additional M1-M5
@shinjoychatterjee3700
@shinjoychatterjee3700 Жыл бұрын
I run the code but it's returning -> Traceback (most recent call last): File "c: yuk the bot\main.py" line 3, in bot.run_discord_bot() AttributeError: module 'bot' has no attribute 'run_discord_bot' What to do ?
@Indently
@Indently Жыл бұрын
kzfaq.info/get/bejne/bd6ShauavrS3lKc.html
@commanderwaffle
@commanderwaffle 6 ай бұрын
It keeps saying no module named discord can someone help
@alinadaniela1952
@alinadaniela1952 Жыл бұрын
Hei . How can I create a Discord bot with the following utility: When i write in discord project name/date of project/ collab mng my bot to add the info in an Excel?
@ari_theflower
@ari_theflower 11 ай бұрын
I can help research if you would like, that seems really cool
@shajiratulyaqueen
@shajiratulyaqueen Жыл бұрын
for some reason when i try to access the contents of the message, it returns an empty string. i used the exact same code as the video suggested, anyone has any idea what to do?
@eliptically9439
@eliptically9439 Жыл бұрын
same
@RobinToshFr
@RobinToshFr Жыл бұрын
@@eliptically9439 same
@JoshaqWert
@JoshaqWert Жыл бұрын
i haven't verify my email yet, because the Gmail doesn't show up the Discord verifications
@DIS_VR
@DIS_VR Жыл бұрын
it does not show bot in authorized method.
@RenderBenderProductions
@RenderBenderProductions 8 ай бұрын
bro im getting an error on line 4 and line 15 please someone help
@neetgirl1996
@neetgirl1996 8 ай бұрын
having issues installing discord in the terminal. getting this error: " error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": " do i need this program ? thanks to anyone who can help me figure this out
@SegmentationFauly
@SegmentationFauly 8 ай бұрын
yeah i had the same problem,you need it.
@syxlv
@syxlv 7 ай бұрын
does anyone know how to fix the issue where the bot is only reading incoming messages as ' '
@franksegenhirn
@franksegenhirn 6 ай бұрын
If you want to, you can send me your code, so I can help you fix the issue
@johanildpg5414
@johanildpg5414 Жыл бұрын
it asks for redirect url, how do I get that?
@chriskhater8907
@chriskhater8907 Жыл бұрын
i did everything step by step including the intent part but when i run it instead of saying the bot is now running it say "Process finished with exit code 0" can anyone help?
@ari_theflower
@ari_theflower 11 ай бұрын
i can add your issue to my list of things to research if you would like?
@pewpau
@pewpau Жыл бұрын
Can be the bot multipurpose, moddings, emebeds, autoresponders and etc but not super multipurpose just the basic multipurpose
@vailecia
@vailecia 8 ай бұрын
it always triggers the "if nothing works" return. in terminal it picks the username and the channel but the message is empty. how can i fix this? when i replace user_message = str(message.content) with user_message = str("hello") i do get dm'd by the bot saying "hey there" (also don't know why it dm's me) (message content intent is enabled on the developer page) fixed by replacing client = discord.client() with intents = discord.Intents.all() client = discord.Client(intents=intents)
@alexventel9567
@alexventel9567 4 ай бұрын
I can help you if you want
@apieceoftoast1311
@apieceoftoast1311 Жыл бұрын
Im getting an error saying module "'responses' has no attribute 'handle_responses'". I followed the code exactly, so I'm not sure what the problem is.
@ari_theflower
@ari_theflower 11 ай бұрын
if you are still in need, I can maybe help look for a solution? I'm down to assist in whatever way I can
@PigeonIsPosh
@PigeonIsPosh Жыл бұрын
i noticed when you are opening Pycharm, there is code already in terminal which i dont have? why
@ari_theflower
@ari_theflower 11 ай бұрын
what was the code?
@grilcovin5900
@grilcovin5900 Жыл бұрын
I did everything in the tutorial but in the end no matter what I write he doesn't respond and the message says "user said ' ' (channel)" what do I do ?
@teluguanimeguy8627
@teluguanimeguy8627 Жыл бұрын
same problem br0 but at first the code ran successully without error but my bot was not running then i went to botghost to make it online but now it is not responding EVEN IT IS ONLINE
@Mohammed-im3ww
@Mohammed-im3ww Жыл бұрын
It doesn't show that bot is running but rather "Process finished with exit code 0" can anybody help? Is the venv file necessary for that?
@ari_theflower
@ari_theflower 11 ай бұрын
someone else had a similar problem, I haven't gotten a response from them, but I would love to hear more about what's going on and see if I can help if you're willing
@wizardozark2735
@wizardozark2735 6 ай бұрын
I need help. I'm trying this tutorial, and I"m stuck on a situation where I"m sure I got the code right but it won't accept it. @client.event async def on_message(message): if message == client.user on the bot file, it's saying the the ' ' paramiters are expected. is there an update or patch i'm missing that would explain this? any help would be appreciated thanks
@ido_cohen
@ido_cohen Жыл бұрын
Nice tutorial. The user_message value doesn't work though, why?
@ari_theflower
@ari_theflower 11 ай бұрын
have you figured it out yet?
@Webbyhx
@Webbyhx 11 ай бұрын
Splendido video, grazie mille
@FogXstudios
@FogXstudios 4 ай бұрын
I don't know why, but bot recives empty messages from server, even if i type "Hey" or "Roll".
@universeally
@universeally Жыл бұрын
line 1, in import bot line 1, in import discord ModuleNotFoundError: No module named 'discord' Process finished with exit code 1 please help
@asioud
@asioud Жыл бұрын
did u end up fixing it
@ikhlasalbalawi1199
@ikhlasalbalawi1199 Жыл бұрын
how can i add server i dont have help me please
@My_Channel12342
@My_Channel12342 Жыл бұрын
I am having a problem it says: 400 Bad Request (error code: 50006): Cannot send an empty message. how to fix that?
@karenmarin7681
@karenmarin7681 Жыл бұрын
omg I have a same problem :(
@rajveersinghrathore2389
@rajveersinghrathore2389 Жыл бұрын
my bot not responding i did same to same help me
I Hacked a Discord Bot, the Owner said this...
9:09
No Text To Speech
Рет қаралды 1,1 МЛН
Самый Молодой Актёр Без Оскара 😂
00:13
Глеб Рандалайнен
Рет қаралды 12 МЛН
Alex hid in the closet #shorts
00:14
Mihdens
Рет қаралды 15 МЛН
Nastya and SeanDoesMagic
00:16
Nastya
Рет қаралды 34 МЛН
Gym belt !! 😂😂  @kauermtt
00:10
Tibo InShape
Рет қаралды 17 МЛН
Can You Get Every Discord Badge?
9:44
No Text To Speech
Рет қаралды 2,3 МЛН
The moment we stopped understanding AI [AlexNet]
17:38
Welch Labs
Рет қаралды 814 М.
I made a Discord Bot that says Choo Choo
33:15
The Coding Train
Рет қаралды 40 М.
I tried Discord Bot Makers...
14:19
FaceDev
Рет қаралды 109 М.
Try Leaving this Glitched Discord Server!
8:02
No Text To Speech
Рет қаралды 1,9 МЛН
How to Make a Discord Bot with Python
29:17
pixegami
Рет қаралды 55 М.
10 Nooby Mistakes Devs Often Make In Python
24:31
Indently
Рет қаралды 56 М.
Самый Молодой Актёр Без Оскара 😂
00:13
Глеб Рандалайнен
Рет қаралды 12 МЛН