Create Your Own Discord Bot in Python 3.12 Tutorial (2024 Edition)

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

ความคิดเห็น • 194

  • @Indently
    @Indently  ปีที่แล้ว +24

    Source code:
    github.com/federicoazzu/discord_tutorial_2024

    • @thecodingcove
      @thecodingcove 9 หลายเดือนก่อน +1

      Ciao, sei italiano?

  • @siddhartharao4127
    @siddhartharao4127 11 หลายเดือนก่อน +82

    I had been searching for a proper tutorial on a discord bot using python, but I couldn't find one since every video was outdated , and the documentation also made no sense. Thanks for the great work.

    • @Indently
      @Indently  11 หลายเดือนก่อน +8

      Glad I could help!

  • @TonyStark-lg7cw
    @TonyStark-lg7cw 11 หลายเดือนก่อน +10

    Thank you so much for this tutorial, I followed along and created my own Discord Bot!

    • @Indently
      @Indently  11 หลายเดือนก่อน +1

      Glad it helped!

  • @Q.Roo_0
    @Q.Roo_0 ปีที่แล้ว +58

    I have never heard of the walrus operator. Just that alone made watching this video worth my while.

    • @terribletimmy2
      @terribletimmy2 10 หลายเดือนก่อน +2

      Recent addition to Python! Just learned about it as well

    • @tjb3171
      @tjb3171 8 หลายเดือนก่อน +1

      same lol

    • @artnaz
      @artnaz 6 หลายเดือนก่อน

      I believe it was introduced in Python 3.8. Not that "recent" 🙂

    • @Issma62
      @Issma62 6 หลายเดือนก่อน

      Literally the same 😂🤔

  • @TheOnlyCurd
    @TheOnlyCurd 11 หลายเดือนก่อน +7

    This helped me a lot thank you.Keep up the work it really high quality

  • @Overlycomplicatedswede
    @Overlycomplicatedswede 8 หลายเดือนก่อน +3

    Jag är så glad, folk som dig är göra guider för python liksom andra kodning språk!
    Kärlek från Sverige!

    • @Indently
      @Indently  8 หลายเดือนก่อน +2

      Kul att se en svensk i kommentarerna, jag håller på att lära mig svenska just nu :)

    • @Overlycomplicatedswede
      @Overlycomplicatedswede 8 หลายเดือนก่อน +1

      @@Indently ja, jag såg du kommer från danmark o jag bestämde mig för att lämna en vänlig kommentar

  • @sSessionn
    @sSessionn 11 หลายเดือนก่อน +7

    Hi, this video was very helpful to me. I hope you will continue to bring content regarding creating a discord bot in python and in a future video you will discuss the use of embeds, welcome messages, buttons, moderation functions and so on. I have so many questions haha

  • @developer_anonymous
    @developer_anonymous 7 หลายเดือนก่อน +25

    0:35 Dont use `discord`, use `discord.py`, `discord` is a mirror package, even the README in PyPi shows this warning.
    8:42 Please, explain better Intents, Intents are the different things your bot wants to recieve from the Gateway & API, not some sort of permissions...
    10:30 No!! Check if the message has any embeds or attachments rather than just saying that intents are not set up.
    14:22 No need for the `elif`s, if any `if` block check is met then it will return something... I can't really explain myself here but no needs did elif
    18:20 No need for those variables...
    19:58 Why do you still have that "one liner check"? Just use if blocks, it makes readability better
    Also, why make a `responses.py` file? I thought you were using clean python practises, and that is NOT a good python practise.
    Anyways, good vid

  • @DanielTheOcto
    @DanielTheOcto 9 หลายเดือนก่อน +20

    As someone who doesn't even own a computer and is borrowing one let alone how to code, this worked flawlessly. It's really easy once you get over the first few hurdles of installing everything correctly

    • @ilikecreeper331
      @ilikecreeper331 7 หลายเดือนก่อน +2

      how's coding for you now?

    • @DanielTheOcto
      @DanielTheOcto 7 หลายเดือนก่อน +3

      @@ilikecreeper331 if you're asking if I've improved, not really. I only made a discord bot for an april fools gag for a couple of my friends. It does seem fun to learn later down the line if I ever do

    • @ilikecreeper331
      @ilikecreeper331 7 หลายเดือนก่อน +1

      @@DanielTheOcto well you’ll get there
      Speaking of discord bots I’m learning how to build one with python recently too

    • @embs4814
      @embs4814 7 หลายเดือนก่อน +1

      @@DanielTheOcto WOuld you mind explaining how you got over the pip install issues? I cant find anything.

    • @DanielTheOcto
      @DanielTheOcto 6 หลายเดือนก่อน

      @@embs4814 unfortunately I do not remember

  • @ivyw777
    @ivyw777 9 หลายเดือนก่อน +1

    I made it!🙂Thank you. I got my first bot running.

  • @sarojmaharjan3986
    @sarojmaharjan3986 4 หลายเดือนก่อน

    This tutorial is by far the most useful one for starting a general simple discord bot! Really appreciate it. Thank you !

  • @alejandroperezl
    @alejandroperezl ปีที่แล้ว +7

    Thanks for the video and all the contents you’ve created. I’ve recently bought a couple of Udemy courses from you and they’re amazing. Congrats.

    • @Indently
      @Indently  ปีที่แล้ว +4

      A huge thanks for the support! It means a lot!:)

  • @hustlej
    @hustlej 11 หลายเดือนก่อน

    Coded my first discord bot today with your video, now i'm using the code to learn further into adding more features and stuff to my bot! thank you for the super easy to follow tutorial

    • @brien.
      @brien. 10 หลายเดือนก่อน

      super cool, good luck with your coding journey!

    • @dzelezny
      @dzelezny 3 หลายเดือนก่อน

      hey, how is your journey going?

  • @CooperStaz
    @CooperStaz 3 หลายเดือนก่อน

    Great video! Especially for programmers who are just getting into their programming journey.

  • @chanlers
    @chanlers 7 หลายเดือนก่อน

    literally the best tutorial ever... worked like a charm. thank you!!

  • @ClaireNighten
    @ClaireNighten 5 หลายเดือนก่อน

    This is amazing! thank you for such a lovely tutorial!

  • @ravenlb
    @ravenlb ปีที่แล้ว +2

    Great job, well presented - thanks!

  • @kiss6917
    @kiss6917 ปีที่แล้ว +2

    Thank you for this so much! Now I am well on my way to creating an AI chatbot using python for discord!

    • @Indently
      @Indently  ปีที่แล้ว

      Glad it helped!

  • @thebetsnameverlol1531
    @thebetsnameverlol1531 11 หลายเดือนก่อน +6

    followed the tutorial but the bot doesn't response in the channel, only private messages. can you help?

  • @ProjectMarzDev
    @ProjectMarzDev 7 หลายเดือนก่อน

    this was very easy i have barely ever coded with pyuthon but i have learned alot jsut becyse of this tutorial thank you so much!

  • @justinserota3406
    @justinserota3406 4 หลายเดือนก่อน

    Awesome tutorial, thank you!

  • @FousmanFous
    @FousmanFous 7 หลายเดือนก่อน

    I made my first bot , i will say big thank you for all! ❤

  • @LukasCarrein
    @LukasCarrein 5 หลายเดือนก่อน +1

    14:11 why dont you use " instead of ' it means you dont have to do the \

  • @DynastyRealism
    @DynastyRealism 8 หลายเดือนก่อน +2

    So, it says everything is all good and up and running. Everything is exact as the video. But when I text in the channels, it won't respond. But when I text using the ? then thats when it works and goes to DMs. What's wrong? Why won't it work normal?

  • @korneldekany6689
    @korneldekany6689 4 หลายเดือนก่อน

    This was realy helpful thanks!

  • @shrijitmajumder4411
    @shrijitmajumder4411 6 หลายเดือนก่อน

    Thanks for this awesome project

  • @LearnwithChampzz-rv4lk
    @LearnwithChampzz-rv4lk 7 หลายเดือนก่อน

    Nicely presented!

  • @josephsalazar6096
    @josephsalazar6096 7 หลายเดือนก่อน +1

    im stuck at 7:35 from dotnev import load_dotnev I have a bug saying Cannot find reference 'load_dotenv' in '__init__.py' I can't figure out how to fix it

    • @sandwichs8592
      @sandwichs8592 6 หลายเดือนก่อน

      do you know if you have dotenv library installed on your machine? Sounds like python is trying to find the function, but can't find the package directory. Also make sure everything is spelled correctly.

    • @vrajved
      @vrajved 6 หลายเดือนก่อน

      @@sandwichs8592 could youhelp me out? i have it installed but ModuleNotFoundError: No module named 'dotenv' error keeps persisting

    • @st4rtechofficial
      @st4rtechofficial 15 วันที่ผ่านมา

      @@sandwichs8592 thanks, I had the same problem and didn't know I should've installed it... but know it works :)

  • @Qdbp-sh5ti
    @Qdbp-sh5ti 9 หลายเดือนก่อน +3

    Im print "TOKEN", but the out is: "None"

  • @joewipat5452
    @joewipat5452 8 หลายเดือนก่อน +1

    I have an error AttributeError: 'Intents' object has no attribute 'message_content'. Has the docs changed because I am getting it when I run your code and the one I wrote

  • @Neqless
    @Neqless 9 หลายเดือนก่อน

    If you get the error with "intempered token was passed" or something, you have to save the file after putting in the token in .env.
    This will fix it

  • @maexle14
    @maexle14 ปีที่แล้ว +2

    Can you make a tutorial, how to add slash commands to THIS Version of a Discord Bot? But good job, thanks

  • @kongle8737
    @kongle8737 ปีที่แล้ว +2

    when I try to make the .env file it just turns into a text file and everything in it is gray and doesnt work

  • @__fiamy
    @__fiamy หลายเดือนก่อน

    thanks! great tutorial

    • @Indently
      @Indently  หลายเดือนก่อน +1

      Glad it was helpful!

  • @fly-lioxit0
    @fly-lioxit0 10 หลายเดือนก่อน +1

    How can I make it to show the commands available like any other discord bot?

  • @bmaify
    @bmaify 10 หลายเดือนก่อน +1

    Received an error saying: 'token' is not identified. When I look through the Discord_Token i noticed it's not highlighted in green like in the tutorial, but otherwise I followed everything normally. The code does print my token as it did in the tutorial. Is there a fix? Please and thank you
    Edit: I figured it out.

    • @itzbazil2586
      @itzbazil2586 10 หลายเดือนก่อน

      What was your fix?

    • @szymek3652
      @szymek3652 9 หลายเดือนก่อน

      what was it?

  • @cristiangaming5019
    @cristiangaming5019 ปีที่แล้ว +5

    I tried your code and i got a error on line 5 theres no module named discord

    • @Jaden_YaLor
      @Jaden_YaLor 11 หลายเดือนก่อน +4

      i had the same problem, so my suggestion is making sure its "discord" and not "Discord", as that was the problem for me when I got the same error message. If that doesn't work, then idk I'm pretty beginner at coding :|

    • @ECThrowaway
      @ECThrowaway 11 หลายเดือนก่อน

      Look up what pip is, it will change the way you code

    • @st_9278
      @st_9278 11 หลายเดือนก่อน +1

      Also you need to have pip installed firstly

  • @PengKun-py7md
    @PengKun-py7md 10 หลายเดือนก่อน

    tanks this video a lot. ❤you can't believe how long i debug my program just because missing click message content

  • @lainp1lledd
    @lainp1lledd ปีที่แล้ว +1

    Hi, I really liked the video! Can you show us how to implement a TH-cam video tracking functionality (like Pingcord)? I've looked online but I can't find a way to do this since I'm not the owner of the TH-cam Account whose videos I wanna be reminded of. Thanks :)
    EDIT: Also slash commands please!!

  • @rawsnot
    @rawsnot 4 หลายเดือนก่อน +1

    When I run my program I don't get the red messages.

  • @lildigy2175
    @lildigy2175 24 วันที่ผ่านมา

    I'm so mad it isn't working the terminal is blank whenever i try to run it please advise on a solution.

  • @m7mdnho154
    @m7mdnho154 10 หลายเดือนก่อน

    New into bots and python.
    Thanks for the tutorial 🩷

  • @SynthStep20
    @SynthStep20 5 หลายเดือนก่อน +1

    I need help!! When running the code at main() it says "ImportError: cannot import name 'get_response' from 'responses'"

    • @meowecat
      @meowecat 4 หลายเดือนก่อน +2

      I have that too

  • @lukaskjekken3313
    @lukaskjekken3313 ปีที่แล้ว +3

    Hi! Really love the tutorial. Was just wondering, cause when I try to run the script I get a error message saying "asyncio.run() cannot be called from an running event loop", I just can't figure out what is causing this error.

    • @memze1148
      @memze1148 9 หลายเดือนก่อน

      ask chatgpt

  • @SWJaeTee
    @SWJaeTee 4 หลายเดือนก่อน

    I code in C# and that Walrus operator blew my mind

  • @marcodegner7599
    @marcodegner7599 10 หลายเดือนก่อน +2

    Hello
    I have some problems, can someone help me?
    Unresolved reference 'dotenv'
    Unresolved reference 'load_dotenv'
    Unused import statement 'from discord import Intents, Client, Message'
    Unused import statement 'from discord import Intents, Client, Message'
    Unused import statement 'from discord import Intents, Client, Message'

    • @Zumbisinho
      @Zumbisinho 8 หลายเดือนก่อน

      Do you put in the terminal
      "pip install python-dotenv"?

  • @ezirimkingdom
    @ezirimkingdom 2 หลายเดือนก่อน

    Thanks alot, this really helped. How do i host it, so it keeps running?

  • @idonthaveideaofname.-.5281
    @idonthaveideaofname.-.5281 3 หลายเดือนก่อน

    thank you for this tutorial, i have been looking for a good discord bot tutorial, but for some reason the "import os" section does not work as ""os" is not accessed by Pylance"

  • @BruvCode
    @BruvCode 7 หลายเดือนก่อน

    Thanks for the information. I have now created my Discord Bot and its online but it wont respond to any message I type. Can you please re-upload this video and also add the chapter "Fix the bot when not responding to any messages"

  • @yoimiyasimpu8757
    @yoimiyasimpu8757 6 หลายเดือนก่อน

    my bot doesn't seem to be responding back but all the code and setup is the same? Only difference is I used Visual Studio Code

  • @caeleng5553
    @caeleng5553 11 หลายเดือนก่อน +1

    Great video! I am a bit confused what the .venv file is for though?

    • @bartuslongus
      @bartuslongus 8 หลายเดือนก่อน +2

      The venv (virtual environment) folder is for storing the project specific modules without changing the global one. In this case we have the standard Python modules in there plus the modules installed witht pip: discord and dotenv.

  • @ghostshotxx6005
    @ghostshotxx6005 หลายเดือนก่อน

    from dotenv import load_dotenv isnt working it says ImportError: cannot import name 'load_dotenv' from 'dotenv'

  • @ayushlamsal7044
    @ayushlamsal7044 10 หลายเดือนก่อน

    i did it, all works well. except the bot endlessly responds to itself. it does not do that for default response for only for (hello and bye )though

  • @그러나-c7b
    @그러나-c7b 9 หลายเดือนก่อน +2

    there is no get_response(function) :

  • @shreyaanshpurohit9292
    @shreyaanshpurohit9292 2 หลายเดือนก่อน

    yo, i got an error saying its an ssl error, how do i fix, i am on MacOS 15 Python 3.13

  • @diegojose3863
    @diegojose3863 11 หลายเดือนก่อน +1

    I followed the steps to this tutorial to a T, but I get stuck on the SSL certification. It states that my certification isn't valid, however I already updated it and all

    • @klaft5228
      @klaft5228 9 หลายเดือนก่อน

      Me too! did you find a fix? let me know please! thanks.

    • @sandwichs8592
      @sandwichs8592 6 หลายเดือนก่อน

      depending on your version of Python, you should have a install certificates.command in your python folder I believe and that fixes the problem for most users. If you copy and paste the last line of the error code into your web browser you should be able to find some solutions if it is a certificate problem on the internet.

  • @corbinalt1773
    @corbinalt1773 8 หลายเดือนก่อน

    I recieved SO many errors and when I clicked the link to show me where it was it pulled up a bunch of random code that I never wrote nor could I edit it because it was read only. It went down into thousands of lines of code. I think it has something to do with the new intent stuff but I have no clue what to do about it. I coded everything exactly as is in the video. Can someone help?

  • @11305205219
    @11305205219 5 หลายเดือนก่อน

    what is the between pip install discord and discordpy

  • @mofiro6758
    @mofiro6758 3 หลายเดือนก่อน +1

    Too many one liner which makes it super hard for normal devs to read the code. Remember a code is written once and read like 10 times. Always write one more line but keep it readable. I say this as a senior developer.

    • @affleckverse4995
      @affleckverse4995 2 หลายเดือนก่อน

      Yeh exactly its sometimes hard for me as i am a beginner to python

  • @Zai_sssss
    @Zai_sssss 9 หลายเดือนก่อน

    I tried to gave it the permissions it didnt let me and sent me to a website that said "page not found".

  • @ayam3330
    @ayam3330 10 หลายเดือนก่อน

    That's work, but only on my channel where I'm as an owner, but it didn't work on my friend channel where I'm as an admin and my friend as an owner. I don't really understand discord 😢

  • @sabatin056nn
    @sabatin056nn 6 หลายเดือนก่อน

    i have problem in dotenv , He says there is an error in this word (dotenv)

  • @cosmosinity
    @cosmosinity 8 หลายเดือนก่อน

    For some reason, the bot won't go offline, how do i make it go offline??

  • @redluigi2020
    @redluigi2020 5 หลายเดือนก่อน

    pip isnt working for me do i have to download something for it?

  • @cocbeanj2419
    @cocbeanj2419 6 หลายเดือนก่อน

    my bot just never responds, ive gone through tut twice now and it just ignores me

  • @jonnyaepmp4
    @jonnyaepmp4 10 หลายเดือนก่อน

    yo buddy.. when i ran main 8:07 ... for me this comment popped up
    PS C:\Users\jonan> & C:/Users/jonan/AppData/Local/Programs/Python/Python312/python.exe d:/main
    Traceback (most recent call last):
    File "d:\main", line 3, in
    from dotenv import load_dotenv
    ModuleNotFoundError: No module named 'dotenv'
    what did i do wrong and how do i fix it

    • @jonnyaepmp4
      @jonnyaepmp4 10 หลายเดือนก่อน

      pls help as quick as possible

    • @POGranola
      @POGranola 10 หลายเดือนก่อน +1

      whenever you did "pip install python-dotenv" on the cmd, if did a message pop up saying that it wasn't in your path?

  • @reaperdreamer8082
    @reaperdreamer8082 7 หลายเดือนก่อน

    My venv is not showing up. I've searched everywhere and I still don't know why. Anyone have a solution?

  • @vishalgreat5154
    @vishalgreat5154 7 หลายเดือนก่อน

    When I run the code. It has no result. What should I check

  • @ItzClinky
    @ItzClinky 9 หลายเดือนก่อน

    pip is not working for me what else can I use?

  • @szymetrix5946
    @szymetrix5946 10 หลายเดือนก่อน +1

    from dotenv import load_dotenv
    ModuleNotFoundError: No module named 'dotenv' help me

    • @koro6072
      @koro6072 10 หลายเดือนก่อน

      did you do pip install for dotenv?

    • @Neoneedx
      @Neoneedx 9 หลายเดือนก่อน

      Thank you so much, I did not install it ​@@koro6072

  • @chartingwithliv
    @chartingwithliv 9 หลายเดือนก่อน +1

    from dot_env import load_dotenv
    ModuleNotFoundError: No module named 'dot_env'

    • @petermakhoul8127
      @petermakhoul8127 8 หลายเดือนก่อน

      same

    • @joshuawiley6506
      @joshuawiley6506 8 หลายเดือนก่อน

      same!
      @@petermakhoul8127

    • @epicyoda.
      @epicyoda. 7 หลายเดือนก่อน

      SAME did you guys find a solution?

  • @PuneetSinha-gb8ri
    @PuneetSinha-gb8ri 9 หลายเดือนก่อน

    Could you please help URL generator is not visible for me

  • @Wallee580
    @Wallee580 ปีที่แล้ว

    I don't think he understands how much some Linux users love the terminal. xD
    I'm legit working on a file manager for it. You may be asking why, and I'll tell you the reason is "why not"?

  • @TeclisIluminador
    @TeclisIluminador 7 หลายเดือนก่อน

    Nice video!!!

  • @GAMINVR
    @GAMINVR 7 หลายเดือนก่อน

    how do i make the bot send a image

  • @luckofgaming930
    @luckofgaming930 6 หลายเดือนก่อน

    Somehow dotenv doesnt work in my case can anyone help me?

  • @samukaze5810
    @samukaze5810 5 หลายเดือนก่อน

    At this point PyCharm is sponsored by Indently 💀

  • @aDushandrii
    @aDushandrii ปีที่แล้ว +1

    Last time i tried to learn python few years ago, and i don't remember this stuff with colons. All this stuff like "lowered : str =..." or "intents: Intents" = ... or "client: Client = ..." etc. Is this something new? I failed to even properly google it.

    • @lelouchlamperouge3676
      @lelouchlamperouge3676 11 หลายเดือนก่อน

      well you are basically defining the TYPE of that variable you are mentioning

    • @zerodrip669
      @zerodrip669 10 หลายเดือนก่อน

      it's a discord/api thing lol. "lowered: str", however, is simply declaring the variable type for `lowered`.

  • @avosc5316
    @avosc5316 10 หลายเดือนก่อน

    Thanks!

  • @n1N0v8
    @n1N0v8 11 หลายเดือนก่อน

    for some reason when I run nothing happens at all

  • @Tims2kool
    @Tims2kool ปีที่แล้ว

    im doing this on replit. would there be any difference?

    • @saggybelt
      @saggybelt 11 หลายเดือนก่อน

      secret instead of .env

  • @SMHTEAM24
    @SMHTEAM24 6 หลายเดือนก่อน

    Brother whenever I'm trying to print the Token it's printing out None....Do you know the reason?

    • @달영혼
      @달영혼 หลายเดือนก่อน

      make sure your .env file has the token in there still

  • @cxzirey
    @cxzirey 4 หลายเดือนก่อน

    thanks man

  • @cuoreribelle4584
    @cuoreribelle4584 7 หลายเดือนก่อน

    hi, but is it also possible to send a ddos ​​attack?

    • @sandwichs8592
      @sandwichs8592 6 หลายเดือนก่อน

      The bot should not be able to send a ddos attack because Discord will rate limit your bot, which is a HTTP error forcing your bot to disconnect and go offline.

  • @Spngie
    @Spngie 8 หลายเดือนก่อน

    what program are you using for this

    • @FlyingFrets
      @FlyingFrets 8 หลายเดือนก่อน

      looks like visual studio code

    • @Sushi-wp8mg
      @Sushi-wp8mg 7 หลายเดือนก่อน +2

      he is using PyCharm

  • @mustafauludogann
    @mustafauludogann ปีที่แล้ว +1

    Thank you

  • @Oksamokki
    @Oksamokki 8 หลายเดือนก่อน

    mine says : cdc is not defined.

  • @royser_king6627
    @royser_king6627 2 หลายเดือนก่อน +2

    o ana mskin w7lt f str lkhr mablanch kolchi f7ran o ana la

  • @kthefreak
    @kthefreak 4 หลายเดือนก่อน

    Im 12 y/o and this helped me a lot ,thanks!

  • @Konatoast
    @Konatoast 5 หลายเดือนก่อน

    doesnt work anymore i tried it, also wrong discord import

  • @lewie8136
    @lewie8136 หลายเดือนก่อน

    Theres no option to allow the bot to read messages as shown in your video

    • @BigEmster
      @BigEmster หลายเดือนก่อน

      it was renamed to "view channels"

    • @lewie8136
      @lewie8136 29 วันที่ผ่านมา

      @@BigEmster thanks

  • @ElmVanO
    @ElmVanO ปีที่แล้ว +4

    keep getting the error no module named dotenv

    • @carterlewkowski9126
      @carterlewkowski9126 11 หลายเดือนก่อน

      Did you run the pip install python-dotenv command?

  • @TeamEliteFG
    @TeamEliteFG 3 หลายเดือนก่อน

    i thought env was only for js

  • @Sslifer01
    @Sslifer01 7 หลายเดือนก่อน

    Well my bot is not running.

  • @AnonymousGaming69420
    @AnonymousGaming69420 ปีที่แล้ว +1

    good video

  • @M1lesSeen_Y0u
    @M1lesSeen_Y0u 5 หลายเดือนก่อน

    It updated again!

  • @krishnapathak292
    @krishnapathak292 10 หลายเดือนก่อน

    it says NONE for print(TOKEN)

    • @Little_Lalo
      @Little_Lalo 10 หลายเดือนก่อน

      same

  • @eliYVL
    @eliYVL ปีที่แล้ว

    how do you enable the local tab? i only see terminal, debug console, problems, output, ports.

  • @Haa_di
    @Haa_di 5 หลายเดือนก่อน

    can you please make a video on makin whatsapp chatbot

  • @Mystic-jj9kg
    @Mystic-jj9kg 9 หลายเดือนก่อน

    Hi, my bot only responds in private messages. Is this because I am using visual studio code or?