How to use ChatGPT on Discord - AI Chatbot Tutorial

Поділитися
Вставка
  • Опубліковано 9 лют 2025

КОМЕНТАРІ •

  • @Retfosho
    @Retfosho 2 роки тому +46

    This actually helped me create my own simple bot that chooses a random image from an array to respond to a specific message. Great info in this, appreciate the quality vid

  • @Bjornaman
    @Bjornaman 2 роки тому +5

    I just asked ChatGPT how to create a GPT3 bot in discord and it fully explained to me how I can do it. Even gave me working code needed to run it and I got it working.

  • @zSplyyy-n6e
    @zSplyyy-n6e Рік тому +9

    we're many people who dont understand coding or understand your terms. we simply wanted the bot ready to download and run in our servers.

    • @dhruvgupta5658
      @dhruvgupta5658 Рік тому +6

      You can't just download a whole bot without any knowledge of code

    • @sycronix_
      @sycronix_ 11 місяців тому +1

      Bruh

    • @ValidT
      @ValidT 6 місяців тому +1

      lazy

  • @gamer134xd
    @gamer134xd Рік тому +3

    Iam facing an type error: Configuration is not a constructor. (const configuration = new configuration ({. How to fix this?

  • @Steasylife
    @Steasylife 2 роки тому

    currently using chat gpt on my youtube channel to biuld a business from scratch...my conclusion is - shocking web design, great content

  • @vellocx
    @vellocx 2 роки тому +6

    I get the following error: "Error: Request failed with status code 401"
    followed by where in the script it occurred (node_modules\axios\lib\core\settle.js:17:12) and (node_modules\axios\lib\adapters\http.js:322:11)
    and then the whole log showing every detail of request and response.
    Do I need to pay OpenAI, or should the free trial be sufficient? Is that creating the error? Google says 401 is an authentication error so idk...
    it also says: isAxiosError: true,

  • @abdoufma
    @abdoufma 2 роки тому +5

    This is NOT chatgpt!
    This just uses GPT-3's text-davinci-003 language model.
    ChatGPT is quite a bit more advanced, and (more importantly) , can keep the context of the conversation when responding to a prompt.
    I appreciate the informative video, but the video title is just clickbait.

  • @matheusfehh
    @matheusfehh Рік тому +1

    I'm having trouble running the library in typescript. Does the API support the language?

  • @ja.digital617
    @ja.digital617 Рік тому

    awesome content pal!

  • @doodelinux
    @doodelinux 2 роки тому +1

    Hey Adrian, great tutorial 😀

  • @softwaredeveloperblog
    @softwaredeveloperblog 2 роки тому +4

    Great video! I used ChatGPT for programming it is a useful thing 😀

    • @marz6217
      @marz6217 Рік тому

      chat gpt for creating discord bot we have to pay or is it free to use

  • @KomodoBitGames
    @KomodoBitGames 2 роки тому +1

    So if I buy your starter kit do I still need to do the vs code stuff or is it plug and play in discord?

  • @FreakZado
    @FreakZado 2 роки тому +1

    I cannot get the npm install to work properly I get this message "NPM : The term 'NPM' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name,
    or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + NPM install
    + ~~~
    + CategoryInfo : ObjectNotFound: (NPM:String) [], CommandNotFoundException"

  • @mreliteliving
    @mreliteliving 2 роки тому +1

    Paid and downloaded your Discord bot set up package. Is this going to work for Mac as well? I see you are using another software as well to make this work. Is it the Visual Studio? Thanks

  • @Xiaoxooooo
    @Xiaoxooooo 2 роки тому +6

    Great video! I am able to add the AI in my server and added a few functions to enable members to add his username and use the bot to ask questions as well as a specific command so that the bot will not reply to all messages only on those message with that command.

    • @AdrianTwarog
      @AdrianTwarog  2 роки тому

      Very nice! Good to hear this helped, it’s the same functions I added to the enhanced version starter kit!

    • @cmc2110
      @cmc2110 2 роки тому

      How to find the custom url? I’m stuck with that

    • @Xiaoxooooo
      @Xiaoxooooo 2 роки тому

      @@cmc2110 watch 3:38 just copy what he type and replace YOUR_CLIENT_ID with your client id then paste the link in your browser.

    • @cmc2110
      @cmc2110 2 роки тому

      @@Xiaoxooooo thanks, I added an extra I for permission lol

    • @jaserjsk
      @jaserjsk 2 роки тому

      Could you please tell me how you were able to add commands to the Bot?

  • @davidduries9112
    @davidduries9112 2 роки тому

    I love your channel and your ideas. I m an IT guy , you are so helpful mate. Merci

  • @misdi_official
    @misdi_official Рік тому

    is it possible to make describe picture with chatGPT bot discord?

  • @CEOBRANDEN
    @CEOBRANDEN Рік тому

    Can I use this with my own prompt for my business like sendpulse and can I pay you to create it

  • @SmartD0G27
    @SmartD0G27 2 роки тому +2

    Are you planning to do a simlar video with Slack?? Would be very interested in that one!! :)

  • @Omaha_Paulie_E
    @Omaha_Paulie_E 10 місяців тому

    Hello, I am an active member in my discord gaming community. The game is very complex and no real good guides exists on the web; however, there are a handful of experts who everyday type out their suggestions, provide hints, and help newer players. I am thinking that an AI bot could be pointed to this discord and we could just ask the AI bot to search existing comments (going back 7 years) to provide a nice response to the myriad of questions we get everyday. Is this possible do you think?

  • @GrowthAndGainsPodcast
    @GrowthAndGainsPodcast 2 роки тому +3

    I bought the starter pack and the files in it do not match the files in the mp4 video so I cannot run the npm. Some help maybe? I did the rest of the steps.

    • @FreakZado
      @FreakZado 2 роки тому +1

      I agree, how do we get the index.js file to run the npm install?

  • @michalesalazar1744
    @michalesalazar1744 Рік тому +1

    whats the custom url? i cant read it clearly in the video

  • @GrowthAndGainsPodcast
    @GrowthAndGainsPodcast 2 роки тому +2

    Dude. The files in your Starter Kit are not the Files that are shown in the Starter how to video. Is this just a scam or what?

    • @FreakZado
      @FreakZado 2 роки тому

      I Agree what the heck.

    • @GrowthAndGainsPodcast
      @GrowthAndGainsPodcast 2 роки тому

      @@FreakZado So what you ido I make sure you have the node program installed. The most recent version. YOu can easily Google it. After that the steps in the tutorial will work fine. He didn't explain that very well- it was just listed in the must haves. After that mine worked just fine and has been up and running.

    • @FreakZado
      @FreakZado 2 роки тому +1

      @@GrowthAndGainsPodcast any advice on how to get the NPM part to work? I was able to follow his whole video until the end where he mentions the NPM part. I cannot get the npm install to work properly I get this message "NPM : The term 'NPM' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name,
      or if a path was included, verify that the path is correct and try again.
      At line:1 char:1
      + NPM install
      + ~~~
      + CategoryInfo : ObjectNotFound: (NPM:String) [], CommandNotFoundException"

  • @jordantheman25
    @jordantheman25 2 роки тому +1

    I am getting 401 Unauthorized , I have reset api key and discord bot key with multiple attempt, no dice. Should I just try and make another account?

  • @Khareayushh
    @Khareayushh 2 роки тому +1

    Great to see this

  • @howlsatthemoon277
    @howlsatthemoon277 2 роки тому +7

    Thank you for this video. I got it working! I had an idea to implement slash commands on it that would allow for changing between the different models like davinci3 codex and dalle2. I got the basic slash commands like Ping and AD added but as soon as I changed the basic / command names it wouldn't let me register them. My guess is to create our own new /'s there is some other process. Anyway if you like the idea have a crack at it as it is beyond me for now. Thanks again!

  • @zamundacrypto
    @zamundacrypto 2 роки тому

    GREAT Video !! Well done 🔥🔥🔥🔥🔥🔥

  • @gogiy
    @gogiy 2 роки тому

    i managed to make this with dall-e support and it works very well

  • @Psychitect
    @Psychitect 2 роки тому +4

    I followed your video on how to set it up, and I pass everything, but in the end, I keep getting an error. A "too many requests" or error 429. How would I get around this?

  • @VegaLyrae
    @VegaLyrae Рік тому

    I imagine I can do this exact method to import my own fine tuned gpt-3.5-turbo api key from openai instead? Or would I be mistaken?
    Also can you limit it to only respond in a certain channel not the entire discord?

  • @hypertabloid9357
    @hypertabloid9357 Рік тому

    does it come with a cost? i wanna add it to my small server with my friends only but if it is pay2use then im not gonna try this

  • @JeanCharles-uj7sn
    @JeanCharles-uj7sn 2 роки тому +20

    Error: Request failed with status code 429

    • @ig.fighterboy
      @ig.fighterboy Рік тому

      I also have the same error

    • @JeanCharles-uj7sn
      @JeanCharles-uj7sn Рік тому

      @@ig.fighterboy i found the why in that time, it was because to use ChatGPT it is not free, u need to use credits. That erros means u reached the limit of free token :(

    • @Phoenix_2333
      @Phoenix_2333 Рік тому

      I made it

    • @Phoenix_2333
      @Phoenix_2333 Рік тому

      @@JeanCharles-uj7snno

    • @gladman.stories
      @gladman.stories Рік тому

      @@Phoenix_2333 what is solution?

  • @dipayancodes
    @dipayancodes Рік тому

    what is the extension you use , that auto highlight the complete code before , you write the whole code

  • @Rambol_XP
    @Rambol_XP Рік тому

    having issues with visual studio not knowing npm/node commands despite them being installed on my pc

  • @narajulya
    @narajulya 11 місяців тому

    Why my string process.env.DISCORD_TOKEN is undefined? huhu I double check .env file carefully but still have this error. Hope to get your response. Thank you~

  • @jbmxcreations
    @jbmxcreations Рік тому

    There's a veredict though.. As discord has type/text characters limit for one response, so how this applies to the response of chatGPT ? the responses will be elaborative enough of get collapsed down to stay within limit?

  • @SandeshBJoshi
    @SandeshBJoshi 2 роки тому +1

    It would be thankful if you've made a AI bot including ChatGTP's feature.

  • @Eugene-f1i
    @Eugene-f1i Рік тому

    Thx, but how to choose only one channel that this bot can use?

  • @LightAndy
    @LightAndy 2 роки тому +2

    Hello! I get a very big error, can you or someone help me? I did everything that is in the video (copied every word and doesn't work).. 😕

    • @maskman4821
      @maskman4821 2 роки тому

      Because you dont know how node / express works, you need to have some level of backend development experiences, being able to debug, etc. 😅

  • @hola-fh3yg
    @hola-fh3yg 2 роки тому +1

    7:10 When the AI got mad and IT want to KILL YOU using greet words. ☻

  • @tylergorzney8499
    @tylergorzney8499 2 роки тому +1

    I purchased this, but would like a refund and cant find any contact info or anything to request a refund. You said this is ChatGPT, and did not realize was GPT3 and would have to pay for using it. Also, your instructions are extremely lacking in the end and I was not able to get bot online (you do not go into specifics on running the node crap. I have no idea what software to use to run it. I am using Sublime Text to edit the files

  • @sandragarciacaamano4175
    @sandragarciacaamano4175 Рік тому

    Hello, I have managed to program everything with the help of ChatGPT3 itself and by watching your video. ChatGPT3 appears online, but when I write something to it, it responds with: "Error: Request failed with status code 429" and later it shows "too many requests". What is the reason for this error? Will it not work unless I subscribe and pay for ChatGPT?

  • @MysticM4
    @MysticM4 Рік тому

    when i run the node index.js command it doesnt do anything bot stays offline, any help?

  • @johndoeisyourfriend
    @johndoeisyourfriend 2 роки тому

    Hi Adrian! What do you think can I use this bot for sale purposes? I mean someone would not use my discord app, and when visitor arrives to my website this chatbot can be the "honeypot" and it can reply to visitor?

  • @Corteum
    @Corteum 2 роки тому +1

    Quality content 👍

  • @adamhughes9938
    @adamhughes9938 Рік тому

    Thank you for this video. One topic I'm fuzzy on is how to host AI-enabled applications. For example, if we build a neat thing in chat GPT, is there some standard way (or tool) to get it hosted in the browser, as chrome extension, in a mobile assistant etc...
    Imagine I wanted to build a motivational app that you talk to it about how you are feeling and it peps you up. Would I have to build an app from scratch to host this? Or is there some shortcut?

  • @albertocatania6165
    @albertocatania6165 2 роки тому

    This video is amazing but I feel really overwhelming from all these info. May I ask you a video on how to create step by step (for beginners) a Saas? I would like to see how you connect chat gpt with a website that will be the frontpage that customers will use. Thank you in advance. :)

  • @DeepElements.3D
    @DeepElements.3D Рік тому

    Dumb question. How the hell can I edit code - there's no code editor in discord that I can see and I have no idea how another editor would affect discord if there is no connection between them. I used to be able to open the panel on the right hand side - but it seems that functionality is completely gone. I'm stumped and feel very stupid.

    • @DeepElements.3D
      @DeepElements.3D Рік тому

      I quickly established the process, sorry I didn't comment afterward.

  • @kevinrios5737
    @kevinrios5737 Рік тому

    Mannnn Thanks a bunch, but I get an error and I don't know what it may be. Each time I tell GPT something, it answers three times in a row

  • @FreakZado
    @FreakZado 2 роки тому

    I purchased your product and I do not see all of the files that you supplied to me, based on what I see in your video with your files. They differ

  • @VaibhavNaik26
    @VaibhavNaik26 Рік тому

    4:50 i saw that you get suggestions what to be written, which extension do you use?

    • @VaibhavNaik26
      @VaibhavNaik26 Рік тому

      i don't have telegram
      and sorry for late reply

    • @ActuallyAwesomeName
      @ActuallyAwesomeName Рік тому

      @@VaibhavNaik26 you just answered to a fake account. That's why the the comment is deleted.

    • @xx_VP_xx
      @xx_VP_xx Рік тому

      Github copilot

  • @adtwomey
    @adtwomey 2 роки тому

    Will this always be free if me make the bot or will we will have to pay for API?

  • @mrx-pc2ru
    @mrx-pc2ru 2 роки тому

    I followed all instructions but the bot is now answering or messaging on the discord, its online says its typing but no message comes through

  • @VVSGAMERZ
    @VVSGAMERZ Рік тому

    SASTA Mr beast uncle 😂😂😂

  • @thecompositeman
    @thecompositeman 2 роки тому

    If i install this chatgpt bot in my discord community which is used mainly around trading and being an assistant while trading, whil this chatbot automatically learn and save the data/sentences around this topic so can i train it to become specific to how it answers based on the data it gets fed with.
    Or is this not possible throigh this discord bot?
    Thanks for answering in advance!

    • @uxaiagency
      @uxaiagency 2 роки тому

      This is very interesting, have you figured this out? Looking forward to hearing about it!

  • @WilliamTatum
    @WilliamTatum 2 роки тому

    I've been trying to follow allong but right at the start i get a type error about not being able to read guilds, any suggestions would be greatly appreciated - newbie just trying to learn along with everyone else.

  • @unLeiShed
    @unLeiShed Рік тому +1

    You should do one for guilded app !!

    • @AdrianTwarog
      @AdrianTwarog  Рік тому

      But then you lose out on full customisation

  • @gwab5834
    @gwab5834 Рік тому

    Help!
    The bot works, when I ask him a question I get an answer from GPT
    but also a self-interpreted answer from GPT on behalf of the discord user who sent the message.
    Vincent sent: i am gonna hack you @Chat GPT
    1. GPT answer: Okay, is your intention to harm me?
    2. GPT answer: Vincent: youll see
    The bot replies itself, the second reply is on behalf of the original sender.
    He thinks he is vincent and also answers on behalf of vincent.
    I have already checked the code 20 times on the video, am I doing something wrong, or are others affected by this?

  • @tylergorzney8499
    @tylergorzney8499 2 роки тому +1

    I asked how to get a refund in previous comment and have not received an answer. You did not provide accurate information (ChatGPT vs GPT3 API, and the fact that this would cost credits) and have not had a response. I cannot find any contact info in order to offcially request a refund and I will be contacting my Credit Card provider to dispute charges if you do not reply to this comment to give me some proper contact info to get a refund promptly. You should immediately change your title to "How to use GPT3 API on Discord"

  • @Trailerboy42
    @Trailerboy42 2 роки тому +1

    Great video. I got the bot running but it wont answer me. Followed this and the starter kit video with no luck. Any help?

    • @maskman4821
      @maskman4821 2 роки тому

      If you still cant get anything up and running, simply ask for refund, Adrian wont take your money if it is not working for you 😌

    • @maskman4821
      @maskman4821 2 роки тому +2

      For one thing, if you dont know coding as well as nodejs / expressjs development, then this starter kit is not meant for you, it is for developer who dont want to start from scratch, you know 😌

  • @eumarcoaureliorosa
    @eumarcoaureliorosa 2 роки тому

    My problem is the size of the prompt. How can I send more than 4000 tokens?

  • @jesuscries7426
    @jesuscries7426 2 роки тому

    How do you keep it alive/online?When I close my VS, it goes offline on Discord.

  • @Stripedspot
    @Stripedspot 2 роки тому +2

    When following through the guide the ai was off. very off, tried everything. but a "fix" I found was doing:
    client.on('messageCreate', async function(message){
    try {
    // dont bot messages ezz
    if(message.author.bot) return;

    const gptResponse = await openai.createCompletion({
    model: "text-davinci-003",
    prompt: message.content,
    temperature: 0.7,
    top_p: 1,
    max_tokens: 364,
    this seems the most "coherent". but it has a memory of a gold fish

  • @sanaullahraisofficial
    @sanaullahraisofficial 2 роки тому

    Hey, Great Work. Is this work exactly like the ChatGPT site?

  • @blueobject
    @blueobject 2 роки тому

    Which vendor/app on Android? Does Open AI have their own? Are there going to be thousands of these?

  • @jeanctoledo
    @jeanctoledo 2 роки тому +1

    Great Content!!! Do you know what I should do for the bot to be able to remember previous prompts? Should I always prepend previous prompts or there is another way for the bot to "remember"?

    • @Kallen50000
      @Kallen50000 2 роки тому

      @textAdrain_TwarogonTEL... could you just answer his question please

  • @tuxyflow749
    @tuxyflow749 2 роки тому

    i have a problem but whenever i type its not responding and it sent error on the terminal

  • @1nf0rmm3pls9
    @1nf0rmm3pls9 Рік тому +2

    This wasted my time. It's not ChatGPT and it doesn't work when you don't pay for credits.
    One can call the title of the video fraud. Or at least deception.

  • @dugheno2727
    @dugheno2727 2 роки тому

    6:50 when i type that command,it doesnt work,anybody knows why?

  • @IceJackal1984
    @IceJackal1984 2 роки тому

    is it free to use? or do I need to pay u?

  • @bhaskarshukla2604
    @bhaskarshukla2604 Рік тому

    can you pls tell which extension you are using to show suggestion when you write code like in timestamp 4:56 4:49 and so on

  • @wallisonbrumatti3676
    @wallisonbrumatti3676 Рік тому

    An error with the character count is occurring. How can I split the bot's responses into multiple messages?

  • @eliesan
    @eliesan Рік тому

    this look like really diffculet!

  • @rori5168
    @rori5168 2 роки тому +1

    Hey I am absolute IT noob, but I decided I can make this. I purchased the starter kit, I was following the tutorial and I do not understand how to do node thingy so the bot would appear online, also my files look little differently than in the video. I was trying to figure it out over an hour, but I did not make it. Is there any way to get support I can ss what I am struggling with, or could you make it EVEN more clear how to do node install thing? I hoped I can make it work when I purchase the starter kit, but I am more noob than I thought I was. Please help so I can run the bot :-/ Thanks for your reply.

    • @AdrianTwarog
      @AdrianTwarog  2 роки тому +1

      So you don’t have nodejs installed? Yeah I can put that tutorial together!

    • @rori5168
      @rori5168 2 роки тому

      @@AdrianTwarog I do, but when I try to do the final step (getting the bot online) I either (most likely) do it wrong, or I am missing something. I know it must be hard for you to explain what you already in detail even more detail for doodoos like me xP Thanks if you elaborate I have attempted few times now, but I cannot make it work :-/

    • @migi7787
      @migi7787 2 роки тому

      @@AdrianTwarog 🙂please do, though the code is quite clear, thanks!

  • @jenniferchan6126
    @jenniferchan6126 2 роки тому

    Does the starter kit come with instructions? I'm interested in buying it.

  • @destoo0
    @destoo0 2 роки тому

    I don't understand why I'm getting one-liners from my bot. For example, how should I have it answer a full discourse? Is there any specific way I should word my question?

    • @destoo0
      @destoo0 2 роки тому

      Found it. I switched from model: "davinci" to "text-davinci-003". NOW I'm getting real answers!

  • @jimmyrj7461
    @jimmyrj7461 Рік тому

    question, does this work for chatgbt plus? if so how?

  • @jcdock
    @jcdock 2 роки тому

    The way you did the url is not needed, there's a link generator

  • @rubencabrera8519
    @rubencabrera8519 2 роки тому

    Hi, bought the started kit code, but I am trying to submit this to heroku and everything went fine, except that when I create a Profile to start the app automatically so I dont have to login to the console to do it manually, after few seconds the app crash, I can ask the bot maybe 1 sentence and then it crash, in the logs on heorku said Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch, can you please add instructions for us how to upload the app to heroku.
    Thanks

  • @marz6217
    @marz6217 Рік тому

    i the open ai we have to pay or is it free

  • @quantum4201
    @quantum4201 Рік тому

    Hi, I've just implemented chatGPT to my Discord server, but immediately after I finished steps with your tutorial Adrian I got error "Error: Request failed with status code 429". Could you help me with that? I even tried to use different API_KEY from my friend's account, but I am getting the same error. Some advice? I need this function cause I wanna test it for psychological science experiment at my University.

  • @ninjawarriors2838
    @ninjawarriors2838 Рік тому

    Does this work for Bard AI?

  • @MichePiece
    @MichePiece 2 роки тому

    bro do you mind sharing this discord server with us, i have only a phone a cant do all that coding and i need chatgpt on discord cant use it on web

  • @sebastians4439
    @sebastians4439 2 роки тому +3

    Do one for the discourse forum as well :) Its an open source forum. Or maybe how to add a gpt chatbot to your website with a prompt where u can tell it "pretend youre a sales person for a cat daycare and try and get people to call us".

    • @AdrianTwarog
      @AdrianTwarog  2 роки тому

      Haha okay, that sounds like a good idea (or two!)

  • @RealTidalAviation
    @RealTidalAviation Рік тому

    49$ is a joke. GPT3 is a free program and you shouldn't be allowed to monetize it in any way

  • @personalitynft
    @personalitynft Рік тому

    What's the best way to add your own data to this bot?

  • @historiclabs
    @historiclabs 2 роки тому +4

    Can you please elaborate on this for someone who does not have a full grasp on the crucial points.For example if i was to add it to my discord group. What would be the advantages and disadvantages?

    • @historiclabs
      @historiclabs 2 роки тому

      @@Pickyricky69420 Well if i had someone code it onto my channel. Would it be worth it to my audience?

    • @Dotrund
      @Dotrund 2 роки тому

      This bot will have reoccurring costs and does not use the latest model.
      No one can determine the value it will have for your community unless you can identify valuable use cases within your own community. Except maybe a consultant but they also cost money

    • @jayroo10
      @jayroo10 Рік тому

      Seriously if you need to ask that question 🤦🏽‍♂️

  • @scottmclean7730
    @scottmclean7730 Рік тому

    How can I order your program

  • @Ahlf0rss1
    @Ahlf0rss1 2 роки тому

    Hmm I got it work but my chat bot is writing just nonsense XD any ideas how to fix this? Reduce temperature?

  • @Dxter.
    @Dxter. Рік тому

    bro how to fix error "used Disallowed Intents"?

  • @F30-Jet
    @F30-Jet Рік тому

    can the bot use Chatgpt's streaming feature?

  • @JTsWorks
    @JTsWorks 2 роки тому

    I have seen people do this where they transcribe a podcast and then you can ask any questions that the podcast has talked over. Any ideas on how to do that and incorporate it to discord?

  • @charlesrobichaud-parahawkm4088
    @charlesrobichaud-parahawkm4088 2 роки тому

    Excellent thanks you

  • @KatamanLeVrai
    @KatamanLeVrai 2 роки тому

    hi, I have the error 429 even though I have never used j'api before, does anyone have a solution?

  • @llceej
    @llceej 2 роки тому

    So how can it keep track of multiple conversations, I purchased the file but could use some support

    • @llceej
      @llceej 2 роки тому

      the node module file isnt in my zip file download

  • @s1ked_416
    @s1ked_416 2 роки тому

    what a funny code, this piece of code here:
    GatewayIntentBits.Guilds,
    GatewayIntentBits.GuildsMessages,
    GatewayIntentBits.MessageContent
    gives me an error stating that it isn't defined.... so idk what to do. Also I did all this through powershell, so there's that, but I should be able to create the same code there anyway, so why is it giving me that. And yes I followed the whole script process of what you did. When I did a different process with Python, it started working, but gave me other errors not involving this bit. Any advice?

    • @wiz_creations
      @wiz_creations 2 роки тому

      Did you forget to include the Guilds intent?

    • @s1ked_416
      @s1ked_416 2 роки тому

      @@wiz_creations nope, but I have a confession, I was using powershell when doing this and that was the mistake, should’ve used pychart lol

  • @russelllukenbill
    @russelllukenbill 2 роки тому +2

    Can you replace mods as well?

    • @AdrianTwarog
      @AdrianTwarog  2 роки тому

      Probably could using chatgpt

    • @russelllukenbill
      @russelllukenbill 2 роки тому

      @@AdrianTwarog I don't doubt it.

    • @djtjams1
      @djtjams1 2 роки тому

      ​@@AdrianTwarog love it would it take you long to build a StockBot trading with your knowledge and GPT

  • @CyrixJD115
    @CyrixJD115 Рік тому

    I followed every instruction, and I even triple checked to make sure every line of code is written correctly, and the bot is running, but not getting any responses, all I'm getting is this "Error: Request failed with status code 401" in the terminal.

    • @jgalvan09
      @jgalvan09 Рік тому

      check your API it could be that you use all of your tokens

  • @Soporonix
    @Soporonix 2 роки тому

    what's your discord server?

  • @haroldtshionyitshionyi4558
    @haroldtshionyitshionyi4558 2 роки тому

    My chat don't answer to my questions what should I do