No video

[NEW] Button Builder GUIDE || Discord.JS v14

  Рет қаралды 31,924

Fusion Terror

Fusion Terror

Күн бұрын

In addition to our How To Make A Discord Bot in Discord.JS v14 series, this video I will be teaching you how to make a Button in Discord.js v14 using a ButtonBuilder, ButtonStyle, and ActionRowBuilder. I'll be showing you how to handle components with explanation so new Discord.js programmers are able to learn!
🔗 | Useful Links/Downloads:
📟 | Node.js: bit.ly/2IbYJG0
⌨️ | Visual Studio Code: bit.ly/2JIQfqC
🛸 | Discord Developer Portal: bit.ly/3lilrdW
📋 | Discord.js Docs: discord.js.org...
📋 | Discord.js Guide: discordjs.guid...
📋 | Codecademy JavaScript: www.codecademy...
📋 | Codecademy Node.js: www.codecademy...
Discord.js is a powerful Node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend.
⚙️ | Visual Studio Code Extensions:
📂 | Theme - bit.ly/3OIZRh6
📦 | Icons - bit.ly/2YwSuQx
📝 | Formatter - bit.ly/3I7QYvL
By subscribing you are able to get post notifications for when I upload another Discord.js tutorial so you are then able to continue developing your bot! My Patreon also offers Discord.js files monthly for those who wish to support the community.
🔴 | Subscribe: bit.ly/38fncFj
🟠 | Patreon: / fusionterror
🟣 | Discord Server: / discord
🌌 Wanna get bigger on KZbin?
- I recommend TubeBuddy ✅, it's a free extension that allows you to advance your content creating skills with its many included tools. 🧰 Click the link below to install TubeBuddy to your browser!
📈TubeBuddy📈: www.tubebuddy....

Пікірлер: 37
@FusionTerror
@FusionTerror 2 жыл бұрын
If you have any issues join the Discord Server and proceed to the Discord.js Channel! 🔮- Fusion Empire Discord: discord.gg/QJyTkNxVrX 🟠- Patreon: www.patreon.com/fusionterror
@FastTrackStudiosOfficial
@FastTrackStudiosOfficial 2 жыл бұрын
FIRST!! I already enjoy it. Keep it up, can't wait for part 4!!
@FusionTerror
@FusionTerror 2 жыл бұрын
I'm glad you're enjoying the series!! Episode 4 will be here soon.
@deon_954
@deon_954 Жыл бұрын
what would really help at the end of your video is show all your folder so we can see the path, because the folders stack on each other in the Visual Studios. Also, at the end, quickly scroll through the all .js files. thanks.
@raracool6531
@raracool6531 2 жыл бұрын
I had a question and had it typed out and everything, but then I answered it myself thanks to how easy to understand your code is, and how approachable you have made it. Props to you man, that takes skill, and imo this is the best tutorial on KZbin. Keep it up!
@sneezy1554
@sneezy1554 2 жыл бұрын
Thanks. Really informative and helpful.
@MakerBlaker
@MakerBlaker 2 жыл бұрын
Guest appearance at 5:10.
@Hakunek
@Hakunek 2 жыл бұрын
One of two reasons why I watched this one
@FusionTerror
@FusionTerror 2 жыл бұрын
Secret blooper from the office at the end too!
@hrdu
@hrdu Жыл бұрын
Make a vid on calling embeds with buttons or having buttons with embeds. Calling modals from buttons etc
@wrAshkan
@wrAshkan 2 жыл бұрын
Nice Video!
@wivyYA
@wivyYA Жыл бұрын
Hello, I get TypeError: Cannot read properties of undefined (reading 'execute'), how can I fix this issue?
@Robin-fn3tw
@Robin-fn3tw Жыл бұрын
What if you have your bot send a message with a row of buttons as a reply to it? And how would you send along info from that message to your buttonhandler?
@_just_an_garlic_bread_
@_just_an_garlic_bread_ 2 жыл бұрын
Can someone help me? I tried everything, but all it does is just says "interaction failed"
@_just_an_garlic_bread_
@_just_an_garlic_bread_ 2 жыл бұрын
ah, i found and fixed it, sorry
@z1chh
@z1chh 2 жыл бұрын
@@_just_an_garlic_bread_ What was the issue? i have the same problem
@_just_an_garlic_bread_
@_just_an_garlic_bread_ 2 жыл бұрын
@@z1chh either your id's dont match, or readdirSync can't find the folder it's supposed to(maybe you forgot to add it, maybe named wrong) I had my buttons folder named "button"
@z1chh
@z1chh 2 жыл бұрын
@@_just_an_garlic_bread_ my folders name is "buttons" tho, and the ids are the same too, i even copy pasted the name of sub-yt.js into the button.js setCustomId() function
@tcslumdoge
@tcslumdoge Жыл бұрын
@@z1chh Add await interaction.deferReply; before await interaction.reply({ in your .js file in components\buttons
@starlight-gk1gm
@starlight-gk1gm Жыл бұрын
I did everything in the code, still I am getting "interaction failed" when I click the button. My customId's are properly set tho, I am not sure where the problem lies! even tho great video!
@LekkasLol
@LekkasLol Жыл бұрын
I got an "Invalid string format" error.
@maradonam26
@maradonam26 Жыл бұрын
i got too, how did you fix
@matyasmarkkovacs8336
@matyasmarkkovacs8336 2 жыл бұрын
Helpful video! How can I remove the buttons from earlier messages?
@Quranic_Quests
@Quranic_Quests 3 ай бұрын
Easy
@cgtsstudio
@cgtsstudio Жыл бұрын
I had a question. Can I set a permision to click a button? Example : Only Admin can click a button.
@wivyYA
@wivyYA Жыл бұрын
yes, you can just check with "if" if the interacting user has a certain role
@tkbotsss7564
@tkbotsss7564 Жыл бұрын
is this easier than v12?
@Chaos-3326
@Chaos-3326 Жыл бұрын
umm... I have a question: If I want to make the execute like this: execute(interaction, client, ...args) { } What would be the solution for me? (...args would get from the command reply with the button in it)
@im_andrei1010
@im_andrei1010 Жыл бұрын
you are probably still in djs v13, this tutorial is intended for DJs v14.
@Chaos-3326
@Chaos-3326 Жыл бұрын
@@im_andrei1010 Thank you, it was a month ago. Now I known about the options.
@moddingstudiobrawlstars
@moddingstudiobrawlstars 2 жыл бұрын
Op
@alierenozdemirci272
@alierenozdemirci272 2 жыл бұрын
Hey Fusion Terror. Can you make a video for how to use quick.db? plss i need it
@SouthernWolff
@SouthernWolff Жыл бұрын
quick.db is the simplest of all dbs imo. read their docs. its 110% straightforward.
@mooxy8570
@mooxy8570 2 жыл бұрын
👍
@dotnet9830
@dotnet9830 Жыл бұрын
post source code next time
@vacoss2848
@vacoss2848 Жыл бұрын
XDDDDDDDDDDDDD
I tried Discord Bot Makers...
14:19
FaceDev
Рет қаралды 120 М.
AI Generated Videos Just Changed Forever
12:02
Marques Brownlee
Рет қаралды 9 МЛН
娜美这是在浪费食物 #路飞#海贼王
00:20
路飞与唐舞桐
Рет қаралды 3,9 МЛН
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 55 МЛН
Prank vs Prank #shorts
00:28
Mr DegrEE
Рет қаралды 10 МЛН
КТО ЛЮБИТ ГРИБЫ?? #shorts
00:24
Паша Осадчий
Рет қаралды 3,7 МЛН
[NEW] MongoDB GUIDE || Discord.JS v14
26:58
Fusion Terror
Рет қаралды 20 М.
When RESTful architecture isn't enough...
21:02
Dreams of Code
Рет қаралды 272 М.
[NEW] Select Menu Builder GUIDE || Discord.JS v14
11:36
Fusion Terror
Рет қаралды 20 М.
[NEW] - MongoDB Connection GUIDE || Discord.js v14
10:39
MrJAwesome
Рет қаралды 10 М.
Don't use VSCode
35:31
PyCon South Africa
Рет қаралды 222 М.
Setup Discord Embedded Buttons That Reveal Messages!
5:38
娜美这是在浪费食物 #路飞#海贼王
00:20
路飞与唐舞桐
Рет қаралды 3,9 МЛН