jay
jay
DIAdiscord.js - Imagine an app
Created by Magikarpe on 10/1/2024 in #djs-questions
errer
your file extension is .json
6 replies
DIAdiscord.js - Imagine an app
Created by Aryxst on 2/13/2024 in #djs-questions
Send message to specific channel
maybe provide a id?
19 replies
DIAdiscord.js - Imagine an app
Created by Aryxst on 2/13/2024 in #djs-questions
Send message to specific channel
either guild.channels.cache.get if channels are cached or guild.channels.fetch
19 replies
DIAdiscord.js - Imagine an app
Created by Aryxst on 2/13/2024 in #djs-questions
Send message to specific channel
1. get said channel 2. .send()
19 replies
DIAdiscord.js - Imagine an app
Created by v.dll on 1/30/2024 in #djs-questions
Slash command working but still replying with "The application did not respond"
you can defer it
63 replies
DIAdiscord.js - Imagine an app
Created by v.dll on 1/30/2024 in #djs-questions
Slash command working but still replying with "The application did not respond"
interaction.reply
63 replies
DIAdiscord.js - Imagine an app
Created by v.dll on 1/30/2024 in #djs-questions
Slash command working but still replying with "The application did not respond"
that usually means you didn’t reply in time
63 replies
DIAdiscord.js - Imagine an app
Created by v.dll on 1/30/2024 in #djs-questions
Slash command working but still replying with "The application did not respond"
you need to reply
63 replies
DIAdiscord.js - Imagine an app
Created by v.dll on 1/30/2024 in #djs-questions
Slash command working but still replying with "The application did not respond"
interaction.channel.send is not a reply
63 replies
DIAdiscord.js - Imagine an app
Created by みなもとしずか on 1/30/2024 in #djs-questions
client.user.setStatus not working
just wanted to add something to prevent other problems you don’t need 32767 as intents
16 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
instead you’re using Discord.MessageEmbed
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
im wondering why you have 3 imports to discord.js nevertheless this means your field values hasnt got any data
73 replies
DIAdiscord.js - Imagine an app
Created by The MASTER on 12/7/2023 in #djs-questions
auto notification to a channel
also it should ideally be content: and embeds:
15 replies
DIAdiscord.js - Imagine an app
Created by The MASTER on 12/7/2023 in #djs-questions
auto notification to a channel
embeds* which is also an array
15 replies
DIAdiscord.js - Imagine an app
Created by The MASTER on 12/7/2023 in #djs-questions
auto notification to a channel
unless you mean something else thonkconga
15 replies
DIAdiscord.js - Imagine an app
Created by The MASTER on 12/7/2023 in #djs-questions
auto notification to a channel
just pass in content and embeds
15 replies
DIAdiscord.js - Imagine an app
Created by The MASTER on 12/7/2023 in #djs-questions
auto notification to a channel
set it ephemeral
15 replies
DIAdiscord.js - Imagine an app
Created by The MASTER on 12/7/2023 in #djs-questions
auto notification to a channel
no just channel.author
15 replies
DIAdiscord.js - Imagine an app
Created by The MASTER on 12/7/2023 in #djs-questions
auto notification to a channel
a channel has no such property as author
15 replies
DIAdiscord.js - Imagine an app
Created by Ayham on 11/12/2023 in #djs-questions
path
i dont think it has relation to djs
5 replies