Hexaa
Hexaa
DIAdiscord.js - Imagine a bot
Created by Hexaa on 7/11/2024 in #djs-questions
`message.member.voice.channel` returning into a null
the message was replaced to the bot message, not the user message
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
No description
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
its because the clientUser meant is the bot itself
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
No description
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
aint no way some random bot just send @user play something
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
its having the .me
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
its just checking if the author and the bots are in the same vc or not
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
because of the message = await message.reply(...)
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
the message meant in the message.member is getting the bot's voice channel, not the user one
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
it is, i'm not realizing it
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
stupid code makes stupid error
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
No description
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
No description
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
maybe the message = ... is why its not returning the voice channel
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
umm
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
oh wait
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 Hexaa on 11/6/2022 in #djs-questions
how to get forum tags id?
okay, thanks for helping me:)
14 replies
DIAdiscord.js - Imagine a bot
Created by Hexaa on 11/6/2022 in #djs-questions
how to get forum tags id?
sorry typo
14 replies
DIAdiscord.js - Imagine a bot
Created by Hexaa on 11/6/2022 in #djs-questions
how to get forum tags id?
maybe like this?
module.exports = {
name: "test",
async execute(interaction, client) {
const channel = await client.channels.cache.get("some forum channel id");

console.log(channel.availableTags)
}
}
module.exports = {
name: "test",
async execute(interaction, client) {
const channel = await client.channels.cache.get("some forum channel id");

console.log(channel.availableTags)
}
}
14 replies