Discord.js v14 - Listening and Handling Events

preview_player
Показать описание

Support the Channel:

Connect with me:

Рекомендации по теме
Комментарии
Автор

You are the only person I found that actually explain what I need for messageCreate and how to read the docs. Thank you so much

traxier
Автор

You are the only person I found that actually explain what I need for messageCreate and how to read the docs. Thank you so much

xxxx

ticketybot
Автор

You're a life saver. The gatewayintents are what were missing for me

thatonespirit
Автор

I liked the way you went through some documentation and explained it. Thank you for that. You're teaching not only where to fish but also how to fish.

aungkoung
Автор

I've been looking for tutorials like this, thank you so much

Toasti
Автор

so far I watched 4 tutorials they all failed in terms of teaching and coding lol
you're the actual only guy who I can understand from and the code actually works

xp__d
Автор

The discord bot tutorials are great you easily explain the code : )

tcd
Автор

Thank you because you explain not only the code but the logic behind. The best Discord bot tutorials :)

Julliigan
Автор

Thank you so much for these tutorials for v14!

cadmarlegend
Автор

Code didn't work until I added "MessageContent" to the intents on creating client, this took me some time to search. Unfortunately, this tutorial is a miss for omitting a crucial step.

andrew
Автор

I cant thank you enough for this course, amazing!

boody
Автор

12:53 Nice approach 👏, giving a challenge

majoramarii
Автор

ive been naming my local token variable "TOLKEN" but I doubt anyone will get that joke

werewolfwill
Автор

you're amazing, thank you so much

irre
Автор

Thanks a lot dude that's where i got stuck, intents

bilalkureshi
Автор

how do you make ur code prettier? its seen in your status bar so what extension do you use? please advise thank you so much

prithivirajchandrasekar
Автор

Can you do a tutorial about making your own custom events in JavaScript

wouterdenkers
Автор

Dude said JIF. Great tutorial except for that bit xD 01:08

WrokkerGaming
Автор

instead of all those GatewayIntentBits you can use:
const client = new Client({intents: 131071});

strap
Автор

if you want something better then what he did do this "client.on('messageCreate', (message) => {
has said`, `"${message.content}"`, `on`,
});" it displays what the person said but on one line and you can read it better

TheMrGoodBoy