Комментарии:
😀
Ответитьfirst
ОтветитьFirst
Ответитьniceeee i need this
ОтветитьNoice
ОтветитьMake video on JavaScript 😊
ОтветитьThank You
ОтветитьNo Help Command, And on ".get" its a specified id? its not public ig?
Ответитьtypescript when
Ответитьwe cant use slash commands for multi guilds
ОтветитьHey bro can you make a video on how to code a scrims registration discord bot?
Ответитьu got a new mac?
Ответитьthat theme looks fire whats the name?
Ответитьplease make a v13 dynamic help menu tutorial
Ответитьcan you do a tutorial on the new voice lib for music bots
ОтветитьHey! Tysm, we will need this for april 2022, but con you teach us how to use arguments, this includes: users mentions, channel mentions, expected args, normal args, if(!args), etc
Ответить:o run cat
ОтветитьI put the right token and it gives me an error
Ответитьok so i made eval cmd right
on v12 i use message.channel.send(output, split:true)
but when i tried
message.channel.send({ content: output , split: true})
and
message.channel.send(output , split:true)
on v13. both returns errors and i also tried to find the docs about it and i cant find one. do you know how to make it works like v12. cuz my evals usually has more than 2000 chars
is this v13
ОтветитьDamn bro!! thx
ОтветитьThe SlashCommand does not work in multi-serv by selecting your code in handlers / index.js .. it only works if we put the guild id
Ответитьhow to add options in your slash command handler
like: mentioning member
my me : "option usefindandmodify is not supported"
Ответитьi cant install glob, i get an error. can you help
Ответить.commands.set(arrayOfSlashCommands);
^
TypeError: Cannot read property 'commands' of undefined
Working:
Command -> ❌
Slash Command -> ✅
v 13 ?
ОтветитьIve code it and do wpm start but why it always say error?
ОтветитьError: Cannot find module 'C:\Users\USER\Downloads\djs-base-handler-master'
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
Pls help
why is it showing yellow green and blue in my files- i deleted it cuz it feels annoying to edit in
ОтветитьIs it already using shards?
Ответитьyou should switch to typescript
Ответитьwhen I do ''npm start'' it says my token is invalid, I've tried regenerating the token and it still gives me the same error, anyone know a fix?
Ответитьwhy it always space when im saved the files
if (!file?.name) return;
to
if (!file ? .name) return;
i keep getting this error Error [DISALLOWED_INTENTS]: Privileged intent provided is not enabled or whitelisted
ОтветитьTypeError: Cannot read properties of undefined (reading 'commands')
help? :D