Тёмный
No video :(

Creating Discord Bot in NodeJS 

Piyush Garg
Подписаться 161 тыс.
Просмотров 41 тыс.
50% 1

► Master NodeJS Playlist: • Master NodeJS
In this tutorial video, you will learn how to create a simple Discord Bot in NodeJS
► Complete Full Stack Web Developer RoadMap 2023: • Complete Full Stack We...
► My Website: www.piyushgarg...
My Gears
► My Girlfriend: amzn.to/3WD6FRp
► Apple MacBook Laptop: amzn.to/3WBJgQn
► Anker USB Hub: amzn.to/3GhZSr0
► Blue Yeti Microphone: amzn.to/3YKZ9FT
► External 27” Monitor: amzn.to/3Vp3xaO
► Logitech MK295 Wireless Keyboard and Mouse: amzn.to/3DuL1bB
► Seagate Expansion 1TB External HDD: amzn.to/3QMm5Q8
► Tripod: amzn.to/3S4OwK4
► Ring Light: amzn.to/3YLf8DR
Disclaimer: All the links above are affiliate links.
Social Links
► Twitter - / piyushgarg_dev
► LinkedIn - / piyushgarg195
Video Titles
Discord Bot in NodeJS
NodeJS Discord Bot
Discord.js Node
Tags
#nodejs #authentication #javascript #expressjs #mongodb #mernstack #developer #api #https #server #javascriptinhindi #webdevelopment #webapp #realtimeapp #serverside #nonblockingio #tech

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 56   
@karanbhanushali6756
@karanbhanushali6756 5 месяцев назад
One additional thing as a backend developer not recommended to directly use the configuration like client ID , token , and other configuration in directly codebase save it in an .env file , add the .env file on gitignore and create all env variables there and use process.env.variable_name to access the variable value wherever required . This prevents exposure of secret keys and configuration keys being pushed directly on main codebase
@BhaktiTone
@BhaktiTone 2 месяца назад
Hi, can you help ?? I am facing some issues in github.
@karanbhanushali6756
@karanbhanushali6756 2 месяца назад
@@BhaktiTone what issue you are facing
@BhaktiTone
@BhaktiTone 2 месяца назад
@@karanbhanushali6756 I have a project, where I am using ejs as a view engine. I have encrypted my secret data's using . env and then I have ignored that node modules and. env files using gitignore. When I am pushing my that whole project on github, github is showing that your 1st page must be index. html. But i am using ejs pages inside views folder, then how can i do that??
@Fe-ironman
@Fe-ironman 2 месяца назад
@@karanbhanushali6756 bro after learning and practicing and making some small projects from this project which i did so now from where i should learn?? like free resources like video resource/playlist/course or notes to improve my backend skills and knowledge more?
@karanbhanushali6756
@karanbhanushali6756 2 месяца назад
​@@Fe-ironman This series covers about creation of logic to respond to different request to discord bot. After this you should learn to create basic MVC architecture of backend of any application. How schema are designed, how API are created for http request handling from Frontend. Then build projects in it
@Abhinav-ex6ch
@Abhinav-ex6ch Год назад
i finally made my first discord bot after a lot of efforts...... all credit goes to you man
@piyushgargdev
@piyushgargdev Год назад
Congrats!! 🎉
@ashish.2002
@ashish.2002 3 месяца назад
man you are Awesome! i really learned whole mernStack in 15 days you are god level sir
@weforyouweb1165
@weforyouweb1165 Год назад
I feel very lucky to find your channel on RU-vid 🎉🎉
@devonwelch249
@devonwelch249 Год назад
Don't even understand the language and was easier to follow than some other guy on here, straight to the point and simple enough to wrap my head around
@as_if
@as_if 4 месяца назад
I used my cookie knowledge to reset my account details in the discord developer portal. As I couldn't find any logout option and somehow my wrong account was logged in, so I remembered about the session and cookie relationship and cleared the site data, this time consciously, which solved the problem.
@hasimystic
@hasimystic Год назад
Just what I needed, now I just need to setup my own codebase for my discord bot. Thanks for the video, this is pretty helpful :)
@iUmerFarooq
@iUmerFarooq Год назад
Create more projects in Nodejs/Expressjs. Thank you
@ayush_gupta2011
@ayush_gupta2011 9 месяцев назад
thank you so much i followed like 5 tutorials and couldn;t do it but your tutorial was so good i did it in one try . Thank you soooo much
@shubhzdev4905
@shubhzdev4905 9 месяцев назад
very underrated channel.Gem level of content.
@buntyswain
@buntyswain Год назад
Make videos on payment integration and sms integration
@Intellectualmind4
@Intellectualmind4 Год назад
Good work man.keep it up.
@jr.devasana
@jr.devasana 4 месяца назад
we can use discord custom commands to fetch live data from database like Total units produced, what's hourly production etc
@pnarhaznedaroglu229
@pnarhaznedaroglu229 Год назад
Thank you so so muchhhhh ı tried all videos that creates bot but in my computer none of them worked thanks you ı manage to create a bot thank you so much!
@shloksuman8164
@shloksuman8164 11 месяцев назад
really helpful video! today , i did the setup of discord bot!
@devascript
@devascript 28 дней назад
thanks brother👘
@057shubhamgoyal2
@057shubhamgoyal2 Месяц назад
When I am doing "npm start", then it is not doing anything. I have tried writing "node index.js", upgraded to the latest versions of node. But it is still not showing anything. Is it because the discord servers are taking too much time to respond or anything else. Please help!!
@BassamAliM
@BassamAliM Год назад
npm start is not working properly first it runs for 2 seconds then in terminal i get an option to write in terminal again. I cant see any discord messages
@UserNotFound-py5eg
@UserNotFound-py5eg 10 месяцев назад
Can you make a proper video on 'How to create a chrome extension' Please
@north1lenska
@north1lenska 11 месяцев назад
i cant do the npm init thing it just gives me an error
@as_if
@as_if 4 месяца назад
Thank you for this a little hattke project
@grasin404
@grasin404 Месяц назад
i was having a problem pushing code form this video on git hub instead of pressing commit & push i press commit(amend) and i thought the issue was because of that and i was scratching my head for 30 min but then when i read the log file properly it turns out it is some feature of github that was stopping me from pushing the code because it contained authentication token so i had to hide that token in order to complete the push just in case u need it
@santoshbhujbal5650
@santoshbhujbal5650 20 дней назад
There is an API error of discord please tells about that nice video❤❤❤
@adiraj4103
@adiraj4103 Год назад
Awesome sir!!!!
@AtulKumar-pi2ky
@AtulKumar-pi2ky Год назад
Where we can find the source code of the application
@cogan8224
@cogan8224 Год назад
Ty, you're the best ;)
@piyushgargdev
@piyushgargdev Год назад
Thank you so much and You're welcome 😊
@18.nguyenvandung2
@18.nguyenvandung2 11 месяцев назад
thank you sir
@Sec15motivation
@Sec15motivation Месяц назад
there is and error code:bitfieldinvalid please provide me a solution
@santoshbhujbal5650
@santoshbhujbal5650 20 дней назад
I also have this problem😂
@lovelymusic3549
@lovelymusic3549 Год назад
Sir I have learned HTML CSS JS and some react JS concepts I know syntax of all these but when I want to build any project my mind become totally blanked and couldn't know how to use all these concepts to build some thing . Is every beginner faced this problem or just I am facing?
@MessiLeo2312
@MessiLeo2312 8 месяцев назад
practice
@tuseefahmed8625
@tuseefahmed8625 2 месяца назад
Practice and practice
@nakulprabhu2980
@nakulprabhu2980 7 месяцев назад
subscribed (*salute emoji)
@ShochanPlays
@ShochanPlays Год назад
Why does my npm is not working
@santoshbhujbal5650
@santoshbhujbal5650 20 дней назад
I have refreshing error
@RishabhReja
@RishabhReja 2 месяца назад
I'm getting ReferenceError: ReadableStream is not defined error
@057shubhamgoyal2
@057shubhamgoyal2 Месяц назад
Upgarde the node version
@secret8402
@secret8402 Год назад
how he stop the bot
@SamiKhan-fc9nm
@SamiKhan-fc9nm Год назад
Is not working
@Intellectualmind4
@Intellectualmind4 Год назад
Hi
@detonario
@detonario 7 месяцев назад
you explain too fast
@nuc1earant
@nuc1earant Год назад
bro tf r u talking bout, i cant understand a thing
@shi-nee7966
@shi-nee7966 Год назад
learn hindi bro and you will be shocked that everything he said made so much sense :)))
@kedarvyas7641
@kedarvyas7641 6 месяцев назад
​@@shi-nee7966agreed
@modanwalpriti8769
@modanwalpriti8769 2 месяца назад
/Users/dp/Desktop/ALL MERN PROJECT/PiyushGarg/DiscordBot/node_modules/undici/lib/web/fetch/response.js:530 ReadableStream ^ ReferenceError: ReadableStream is not defined coming this error trying too much
@057shubhamgoyal2
@057shubhamgoyal2 Месяц назад
Upgrade the node version
Далее