TheRealJohan™
Explore posts from serversDIAdiscord.js - Imagine a boo! 👻
•Created by TheRealJohan™ on 3/13/2024 in #djs-questions
Are forum posts supported for channel select menu default_values?
it was an issue on discord's side but it's fixed now
10 replies
DIAdiscord.js - Imagine a boo! 👻
•Created by TheRealJohan™ on 3/13/2024 in #djs-questions
Are forum posts supported for channel select menu default_values?
I've tried debugging some more and fount that:
- sending it as a normal message works just fine
- replying to an interaction works just fine
- following up on an interaction does not work and causes an internal server error
- editing an interaction does not work and causes an internal server error
10 replies
DIAdiscord.js - Imagine a boo! 👻
•Created by TheRealJohan™ on 3/13/2024 in #djs-questions
Are forum posts supported for channel select menu default_values?
10 replies
DIAdiscord.js - Imagine a boo! 👻
•Created by TheRealJohan™ on 3/13/2024 in #djs-questions
Are forum posts supported for channel select menu default_values?
Yes no worries, in the development environment they just get sent in the message for ease of use 😄
The actual code is a lot more complex than this but it basically does this
10 replies
DIAdiscord.js - Imagine a boo! 👻
•Created by TheRealJohan™ on 3/13/2024 in #djs-questions
Are forum posts supported for channel select menu default_values?
10 replies
DIAdiscord.js - Imagine a boo! 👻
•Created by TheRealJohan™ on 3/13/2024 in #djs-questions
Are forum posts supported for channel select menu default_values?
the code I ran through the evaluate command is simply this for debugging purposes:
10 replies
DIAdiscord.js - Imagine a boo! 👻
•Created by xjanex on 7/30/2023 in #djs-questions
how to set my bot status to "watching"
you should learn javascript before building a discord bot
To create a bot with discord.js, you should have a fairly decent grasp of JavaScript itself. While you can make a bot with very little JavaScript and programming knowledge, trying to do so without understanding the language first will only hinder you. You may get stuck on many uncomplicated issues, struggle with solutions to incredibly easy problems, and all-in-all end up frustrated. Sounds pretty annoying.- https://discordjs.guide/#before-you-begin
22 replies
DIAdiscord.js - Imagine a boo! 👻
•Created by xjanex on 7/30/2023 in #djs-questions
how to set my bot status to "watching"
or it's assigned
undefined
22 replies
DIAdiscord.js - Imagine a boo! 👻
•Created by xjanex on 7/30/2023 in #djs-questions
how to set my bot status to "watching"
the error means what it says, the variable
Discord
doesn't exist in your file22 replies
DIAdiscord.js - Imagine a boo! 👻
•Created by xjanex on 7/30/2023 in #djs-questions
how to set my bot status to "watching"
so import discord
22 replies