How to use ChatGPT on Discord - AI Chatbot Tutorial

Ғылым және технология

I added ChatGPT to Discord. This is possible by creating a Discord Bot and integrating the AI into the API provided by OpenAI and Discord.
⭐ New - Teach Me OpenAI Digital Book ⭐
enhanceui.gumroad.com/l/teach...
I've put together a easy to understand book with ~60 pages about OpenAI and GPT with how to get started to integrate it into projects, code examples, and much more!
ChatGPT Discord Chat Bot Starter Kit:
enhanceui.gumroad.com/l/chatg...
Full Version Features 👆:
- Chat History (like ChatGPT with Message History)
- ChatGPT is typing notification
- Better prompt engineering
- Tagging and custom text triggers
-etc
00:00 - Introduction
00:30 - ChatGPT Discord Starter Kit
00:47 - Node JS Setup
01:23 - Discord Setup
01:39 - Create Discord Bot
02:42 - Discord Token Configuration
03:21 - Discord Authorization
04:09 - JavaScript Initialization of Discord and OpenAI
05:48 - Discord Bot Message Reply
06:43 - Testing Discord Chatbot
07:21 - Configuring Chatbot
07:58 - OpenAI API Key
08:55 - Adding OpenAI to Discord Message Replies
09:39 - Prompt Engineering ChatGPT Message for Discord
10:27 - Message Reply to users with ChatGPT
10:56 - Testing Discord ChatGPT Chatbot
11:19 - Conclusion
This is one of a series of Chat GPT videos I'm doing about Open AI and how to create chat bot integration. If this chatbot tutorial for discord helped, let me know, and if you have other ideas for integration like using midjourney or DALLE, add it in the comments. Thanks for all the support on the channel!
#chatgpt #openai #ai

Пікірлер: 283

  • @Retfosho
    @Retfosho Жыл бұрын

    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

  • @twarogchat___my__Teleqram_id

    @twarogchat___my__Teleqram_id

    Жыл бұрын

    ꜰᴇᴇᴅʙᴀᴄᴋ ᴀᴘᴘʀᴇᴄɪᴀᴛᴇᴅ 👍. ᴇɴᴅᴇᴀᴠᴏᴜʀ ᴛᴏ ꜱᴇɴᴅ ᴀ ᴅᴍ ɪꜰ ʏᴏᴜ ɴᴇᴇᴅ ʜᴇʟᴘ/ꜱᴜᴘᴘᴏʀᴛ ᴀᴛ ᴀɴʏᴛɪᴍᴇ..

  • @Bjornaman
    @Bjornaman Жыл бұрын

    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.

  • @ja.digital617
    @ja.digital6179 ай бұрын

    awesome content pal!

  • @softwaredeveloperblog
    @softwaredeveloperblog Жыл бұрын

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

  • @marz6217

    @marz6217

    10 ай бұрын

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

  • @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?

  • @mreliteliving
    @mreliteliving Жыл бұрын

    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

  • @davidduries9112
    @davidduries9112 Жыл бұрын

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

  • @twarogchat___my__Teleqram_id

    @twarogchat___my__Teleqram_id

    Жыл бұрын

    🌟Dm for help/support .

  • @Steasylife
    @Steasylife Жыл бұрын

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

  • @howlsatthemoon277
    @howlsatthemoon277 Жыл бұрын

    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!

  • @AdrianTwarog

    @AdrianTwarog

    Жыл бұрын

    Hey that’s a pretty good idea! I might need to look into that!

  • @haroldtshionyitshionyi4558

    @haroldtshionyitshionyi4558

    Жыл бұрын

    Hey please I have an issue

  • @haroldtshionyitshionyi4558

    @haroldtshionyitshionyi4558

    Жыл бұрын

    How do you install the npm

  • @marz6217

    @marz6217

    10 ай бұрын

    i'm gettitng error code 401 it would be helpful if you could help me why is it happening

  • @coding5886
    @coding5886 Жыл бұрын

    This is using GPT3 though, not ChatGPT, similar but not the same. There is no official API for ChatGPT yet! You should also mention that this is using up credits, 2 cents for 1000 tokens, which is roughly 750 words, prompt and answer combined. This may sound like it's not much but important to consider when releasing a chatbot for a community server and allow everyone access to it.

  • @AdrianTwarog

    @AdrianTwarog

    Жыл бұрын

    Yeah good point, a lot of peoples introduction to open ai models are through chatgpt, and while the model from openai knows what it is, it wont be exactly the same!

  • @CraftPit

    @CraftPit

    Жыл бұрын

    @@AdrianTwarog not a single point.. a couple of crucial points i would say.

  • @coding5886

    @coding5886

    Жыл бұрын

    One important advantage of ChatGPT over GPT3 is that it remembers your previous prompts, so you can ask follow-up questions without having to start all over again. I guess you could implement it with GPT3 by passing in the previous prompts in the new prompt. However this will increase token usage and there is also a limit of 4000 tokens in a single prompt...

  • @camfuinrules

    @camfuinrules

    Жыл бұрын

    @@coding5886 if im not mistaken the bot discord bot could be modified to include a database to remember conversations and or. have it converse with threads instead of posts and have the bot reffer to the thread for info.. i know theres a bit more to it than just that.. but. its do able

  • @KennyWlr

    @KennyWlr

    Жыл бұрын

    @@AdrianTwarog ChatGPT uses GPT 3.5 basically afaik, so a GPT-3 davinci model is definitely not the same thing.

  • @KomodoBitGames
    @KomodoBitGames Жыл бұрын

    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?

  • @JTsWorks
    @JTsWorks Жыл бұрын

    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?

  • @zamundacrypto
    @zamundacrypto Жыл бұрын

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

  • @doodelinux
    @doodelinux Жыл бұрын

    Hey Adrian, great tutorial 😀

  • @twarogchat___my__Teleqram_id

    @twarogchat___my__Teleqram_id

    Жыл бұрын

    ꜰᴇᴇᴅʙᴀᴄᴋ ᴀᴘᴘʀᴇᴄɪᴀᴛᴇᴅ 👍. ᴇɴᴅᴇᴀᴠᴏᴜʀ ᴛᴏ ꜱᴇɴᴅ ᴀ ᴅᴍ ɪꜰ ʏᴏᴜ ɴᴇᴇᴅ ʜᴇʟᴘ/ꜱᴜᴘᴘᴏʀᴛ ᴀᴛ ᴀɴʏᴛɪᴍᴇ..

  • @martynkeigher4957
    @martynkeigher4957 Жыл бұрын

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

  • @jozsefvalkai3285
    @jozsefvalkai3285 Жыл бұрын

    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?

  • @albertocatania6165
    @albertocatania6165 Жыл бұрын

    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. :)

  • @VegaLyrae
    @VegaLyrae6 ай бұрын

    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?

  • @gogiy
    @gogiy Жыл бұрын

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

  • @user-dg7sv6ot6y
    @user-dg7sv6ot6y9 ай бұрын

    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

    8 ай бұрын

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

  • @Zcytheky

    @Zcytheky

    2 ай бұрын

    Bruh

  • @jenniferchan6126
    @jenniferchan6126 Жыл бұрын

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

  • @Corteum
    @Corteum Жыл бұрын

    Quality content 👍

  • @jbmxcreations
    @jbmxcreations10 ай бұрын

    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?

  • @user-mh8rj8rf2b
    @user-mh8rj8rf2b8 ай бұрын

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

  • @Omaha_Paulie_E
    @Omaha_Paulie_EАй бұрын

    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?

  • @Xiaoxooooo
    @Xiaoxooooo Жыл бұрын

    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

    Жыл бұрын

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

  • @cmc2110

    @cmc2110

    Жыл бұрын

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

  • @Xiaoxooooo

    @Xiaoxooooo

    Жыл бұрын

    @@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

    Жыл бұрын

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

  • @jaserjsk

    @jaserjsk

    Жыл бұрын

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

  • @matheusfehh
    @matheusfehh5 ай бұрын

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

  • @ayushhkhare3213
    @ayushhkhare3213 Жыл бұрын

    Great to see this

  • @hypertabloid9357
    @hypertabloid93577 ай бұрын

    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

  • @ninjawarriors2838
    @ninjawarriors28389 ай бұрын

    Does this work for Bard AI?

  • @jeanctoledo
    @jeanctoledo Жыл бұрын

    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

    Жыл бұрын

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

  • @WilliamTatum
    @WilliamTatum Жыл бұрын

    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.

  • @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?

  • @Dxter.
    @Dxter.9 ай бұрын

    bro how to fix error "used Disallowed Intents"?

  • @adtwomey
    @adtwomey Жыл бұрын

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

  • @CEOBRANDEN
    @CEOBRANDEN9 ай бұрын

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

  • @SandeshBJoshi
    @SandeshBJoshi Жыл бұрын

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

  • @MysticM4
    @MysticM49 ай бұрын

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

  • @rubencabrera8519
    @rubencabrera8519 Жыл бұрын

    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

  • @abdoufma
    @abdoufma Жыл бұрын

    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.

  • @dipayancodes
    @dipayancodes11 ай бұрын

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

  • @jordantheman25
    @jordantheman25 Жыл бұрын

    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?

  • @vellocx
    @vellocx Жыл бұрын

    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,

  • @gamer134xd
    @gamer134xd4 ай бұрын

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

  • @marz6217
    @marz621710 ай бұрын

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

  • @charlesrobichaud-parahawkm4088
    @charlesrobichaud-parahawkm4088 Жыл бұрын

    Excellent thanks you

  • @jesuscries7426
    @jesuscries7426 Жыл бұрын

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

  • @FreakZado
    @FreakZado Жыл бұрын

    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"

  • @blueobject
    @blueobject Жыл бұрын

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

  • @narajulya
    @narajulya2 ай бұрын

    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~

  • @Rambol_XP
    @Rambol_XP Жыл бұрын

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

  • @thecompositeman
    @thecompositeman Жыл бұрын

    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!

  • @ward_jl

    @ward_jl

    Жыл бұрын

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

  • @michalesalazar1744
    @michalesalazar1744 Жыл бұрын

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

  • @SkyGameOfficial
    @SkyGameOfficial11 ай бұрын

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

  • @scottmclean7730
    @scottmclean77303 ай бұрын

    How can I order your program

  • @zcouldmusic
    @zcouldmusic Жыл бұрын

    Hello Adrian and thank you for the video! Please make us for the Telegram bot, I beg you🔥☺️

  • @Fitrecc
    @Fitrecc Жыл бұрын

    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

  • @jimmyrj7461
    @jimmyrj7461 Жыл бұрын

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

  • @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!

  • @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

  • @MiniTriviaBites

    @MiniTriviaBites

    Жыл бұрын

    GitHub copilot

  • @IceJackal1984
    @IceJackal1984 Жыл бұрын

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

  • @sebastians4439
    @sebastians4439 Жыл бұрын

    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

    Жыл бұрын

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

  • @mrx-pc2ru
    @mrx-pc2ru Жыл бұрын

    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

  • @stumblianim638
    @stumblianim638 Жыл бұрын

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

  • @twarogchat___my__Teleqram_id

    @twarogchat___my__Teleqram_id

    Жыл бұрын

    ꜰᴇᴇᴅʙᴀᴄᴋ ᴀᴘᴘʀᴇᴄɪᴀᴛᴇᴅ 👍. ᴇɴᴅᴇᴀᴠᴏᴜʀ ᴛᴏ ꜱᴇɴᴅ ᴀ ᴅᴍ ɪꜰ ʏᴏᴜ ɴᴇᴇᴅ ʜᴇʟᴘ/ꜱᴜᴘᴘᴏʀᴛ ᴀᴛ ᴀɴʏᴛɪᴍᴇ..

  • @historiclabs
    @historiclabs Жыл бұрын

    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

    Жыл бұрын

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

  • @Dotrund

    @Dotrund

    Жыл бұрын

    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 🤦🏽‍♂️

  • @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.

  • @MiniTriviaBites

    @MiniTriviaBites

    Жыл бұрын

    Github copilot

  • @rori5168
    @rori5168 Жыл бұрын

    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

    Жыл бұрын

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

  • @rori5168

    @rori5168

    Жыл бұрын

    @@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

    Жыл бұрын

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

  • @GrowthAndGainsPodcast
    @GrowthAndGainsPodcast Жыл бұрын

    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

    Жыл бұрын

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

  • @Decapodd
    @Decapodd Жыл бұрын

    can the bot use Chatgpt's streaming feature?

  • @camfuinrules
    @camfuinrules Жыл бұрын

    how hard do you think it would be to database conversations for memory like the website has? or put them thru threads and have it use them for chat history? awesome you got this vid up aswell. thank you. i was hoping you would do one :) i picked up your gpt3 project from the previous video and have it up and running just not modified for prompting yet. and i was going to say. a discord bot set up with a chatgpt like memory.. and an interface or settings in discord to change models and how creative and such the bot could be.. would pay.. straight up would buy that code from you aswell lol. keep up the good work dude.. im digging what your putting out there

  • @AdrianTwarog

    @AdrianTwarog

    Жыл бұрын

    Good question. My full example does include chat history and this context as part of conversations! I’ll throw together a quick video to showcase that on the item page!

  • @camfuinrules

    @camfuinrules

    Жыл бұрын

    @@AdrianTwarog you absolutly rock brother

  • @Ahlf0rss1
    @Ahlf0rss1 Жыл бұрын

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

  • @tuxyflow749
    @tuxyflow749 Жыл бұрын

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

  • @Soporonix
    @Soporonix Жыл бұрын

    what's your discord server?

  • @marccoaraujo
    @marccoaraujo Жыл бұрын

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

  • @personalitynft
    @personalitynft Жыл бұрын

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

  • @Imeric_
    @Imeric_ Жыл бұрын

    I did that myself but i also made the bot from scratch in java

  • @cobinheiland
    @cobinheiland Жыл бұрын

    Can a Mac user with no Programming knowledge be able to use your ChatGpt starter kit?

  • @maskman4821

    @maskman4821

    Жыл бұрын

    You need backend development knowledge and experiences to get it up and running 😌

  • @Trailerboy42
    @Trailerboy42 Жыл бұрын

    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

    Жыл бұрын

    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

    Жыл бұрын

    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 😌

  • @gameonyoutubeofficial
    @gameonyoutubeofficial7 ай бұрын

    why my configuration always problem?

  • @Psychitect
    @Psychitect Жыл бұрын

    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?

  • @fernandofatech

    @fernandofatech

    Жыл бұрын

    The same there 😅

  • @cmc2110

    @cmc2110

    Жыл бұрын

    Hey can you help with custom url? I can an error with that

  • @hmo9434

    @hmo9434

    Жыл бұрын

    Same here! Did you figure it out?

  • @RyanHolmesTV

    @RyanHolmesTV

    Жыл бұрын

    same error.

  • @valentin34214

    @valentin34214

    Жыл бұрын

    @@RyanHolmesTV X2

  • @FreakZado
    @FreakZado Жыл бұрын

    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

  • @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.

  • @skipthiscomment

    @skipthiscomment

    Жыл бұрын

    did you find a solution? getting the same error

  • @gladman.stories

    @gladman.stories

    9 ай бұрын

    same here..

  • @pokhoshamulailatpam5552
    @pokhoshamulailatpam5552 Жыл бұрын

    Which is better ipad pro 2021 or galaxy tab S8 plus for making instagram posts and maintaining a small Shopify store for atleast 5 years?

  • @ActuallyAwesomeName

    @ActuallyAwesomeName

    Жыл бұрын

    Really? asking a question about a tablet on a video completely unrelated?

  • @pokhoshamulailatpam5552

    @pokhoshamulailatpam5552

    Жыл бұрын

    @@ActuallyAwesomeName n?

  • @muhammadadeelarshad5814
    @muhammadadeelarshad5814 Жыл бұрын

    Name of auto complete extension vs code?

  • @destoo0
    @destoo0 Жыл бұрын

    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

    Жыл бұрын

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

  • @kevinrios5737
    @kevinrios573710 ай бұрын

    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

  • @KatamanLeVrai
    @KatamanLeVrai Жыл бұрын

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

  • @unLeiShed
    @unLeiShed Жыл бұрын

    You should do one for guilded app !!

  • @AdrianTwarog

    @AdrianTwarog

    Жыл бұрын

    But then you lose out on full customisation

  • @shyp3x.
    @shyp3x.9 ай бұрын

    Error with Tokens (insufficient quota) ERROR 429

  • @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?

  • @adtwomey
    @adtwomey Жыл бұрын

    How do we get on your discord server

  • @dugheno2727
    @dugheno2727 Жыл бұрын

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

  • @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

    11 ай бұрын

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

  • @llceej
    @llceej Жыл бұрын

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

  • @llceej

    @llceej

    Жыл бұрын

    the node module file isnt in my zip file download

  • @haroldtshionyitshionyi4558
    @haroldtshionyitshionyi4558 Жыл бұрын

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

  • @LightAndy
    @LightAndy Жыл бұрын

    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

    Жыл бұрын

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

  • @samuelbutterworth
    @samuelbutterworth Жыл бұрын

    Error: Request failed with status code 401

  • @alsdasaafaf
    @alsdasaafaf Жыл бұрын

    When I do the command node .\index.js it shows this at Module._resolveFilename (node:internal/modules/cjs/loader:1075:15) at Module._load (node:internal/modules/cjs/loader:920:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) at node:internal/main/run_main_module:23:47 { code: 'MODULE_NOT_FOUND', requireStack: []

  • @MysticM4

    @MysticM4

    9 ай бұрын

    same any fix?

  • @DW-cl7ti
    @DW-cl7ti Жыл бұрын

    Informative for a layman but wayyy over my head

Келесі