horohousu
DIAdiscord.js - Imagine a bot
•Created by san*~ on 7/11/2024 in #djs-questions
Interaction keeps failing..
also interaction.update should be a function
31 replies
DIAdiscord.js - Imagine a bot
•Created by san*~ on 7/11/2024 in #djs-questions
Interaction keeps failing..
the error seems pretty self-explanatory
31 replies
DIAdiscord.js - Imagine a bot
•Created by san*~ on 7/11/2024 in #djs-questions
Interaction keeps failing..
would still need to know when exactly it fails to pinpoint the issues
31 replies
DIAdiscord.js - Imagine a bot
•Created by san*~ on 7/11/2024 in #djs-questions
Interaction keeps failing..
can you take an image of it
31 replies
DIAdiscord.js - Imagine a bot
•Created by san*~ on 7/11/2024 in #djs-questions
Interaction keeps failing..
what does "random confusing replies" mean?
31 replies
DIAdiscord.js - Imagine a bot
•Created by Hexaa on 7/11/2024 in #djs-questions
`message.member.voice.channel` returning into a null
when did you try to do that
29 replies
DIAdiscord.js - Imagine a bot
•Created by Hexaa on 7/11/2024 in #djs-questions
`message.member.voice.channel` returning into a null
can you elaborate?
29 replies
DIAdiscord.js - Imagine a bot
•Created by Hexaa on 7/11/2024 in #djs-questions
`message.member.voice.channel` returning into a null
?
29 replies
DIAdiscord.js - Imagine a bot
•Created by Skaidus on 7/10/2024 in #djs-questions
Discord.js development utilities
not doing so means it could take up to an hour to see the commands
6 replies
DIAdiscord.js - Imagine a bot
•Created by Skaidus on 7/10/2024 in #djs-questions
Discord.js development utilities
you also might be deploying the commands on all servers, when for testing you should specify the guild in which the commands are deployed
6 replies
DIAdiscord.js - Imagine a bot
•Created by Wen3fox on 7/10/2024 in #djs-questions
token invalid error
is the token the correct one?
14 replies
DIAdiscord.js - Imagine a bot
•Created by AlexDiego123 on 7/8/2024 in #djs-questions
Network errors
the code "EAI_AGAIN" is a DNS related error
18 replies
DIAdiscord.js - Imagine a bot
•Created by AlexDiego123 on 7/8/2024 in #djs-questions
Network errors
this isn't djs related though
18 replies
DIAdiscord.js - Imagine a bot
•Created by peachii on 7/8/2024 in #djs-questions
TypeError: Cannot read properties of undefined (reading 'send')
also can you show me the code
33 replies
DIAdiscord.js - Imagine a bot
•Created by peachii on 7/8/2024 in #djs-questions
TypeError: Cannot read properties of undefined (reading 'send')
did you await it?
33 replies
DIAdiscord.js - Imagine a bot
•Created by peachii on 7/8/2024 in #djs-questions
TypeError: Cannot read properties of undefined (reading 'send')
usually only the interaction gets passed onto the command so you should always use interaction instead of client
33 replies
DIAdiscord.js - Imagine a bot
•Created by peachii on 7/8/2024 in #djs-questions
TypeError: Cannot read properties of undefined (reading 'send')
actually, do instead
33 replies
DIAdiscord.js - Imagine a bot
•Created by peachii on 7/8/2024 in #djs-questions
TypeError: Cannot read properties of undefined (reading 'send')
so
33 replies
DIAdiscord.js - Imagine a bot
•Created by peachii on 7/8/2024 in #djs-questions
TypeError: Cannot read properties of undefined (reading 'send')
don't do cache.fetch, just fetch
33 replies
DIAdiscord.js - Imagine a bot
•Created by peachii on 7/8/2024 in #djs-questions
TypeError: Cannot read properties of undefined (reading 'send')
i doubt it changes anything but i really don't know why the current one wouldn't work if everything is set correctly
33 replies