Kameq
Kameq
DIAdiscord.js - Imagine an app
Created by vlad vollar on 9/24/2023 in #djs-questions
ModalSubmitInteractionFieldNotFound
@vollar could you provide whole error log?
17 replies
DIAdiscord.js - Imagine an app
Created by Ninjacornix on 9/23/2023 in #djs-questions
How can I add tag to discord forum using djs.
You're probably right 😅
27 replies
DIAdiscord.js - Imagine an app
Created by Ninjacornix on 9/23/2023 in #djs-questions
How can I add tag to discord forum using djs.
cause I made a mistake, I fixed my exaple and now emoji should appear
27 replies
DIAdiscord.js - Imagine an app
Created by Ninjacornix on 9/23/2023 in #djs-questions
How can I add tag to discord forum using djs.
id snowflake shouldn't be required. If you are receiving any error, please provide it here
27 replies
DIAdiscord.js - Imagine an app
Created by Ninjacornix on 9/23/2023 in #djs-questions
How can I add tag to discord forum using djs.
if you want specified one, just make something like:
<ForumChannelObj>.availableTags.find(tag => tag.name === "some name")
<ForumChannelObj>.availableTags.find(tag => tag.name === "some name")
27 replies
DIAdiscord.js - Imagine an app
Created by Ninjacornix on 9/23/2023 in #djs-questions
How can I add tag to discord forum using djs.
<ForumChannelObj>.availableTags
<ForumChannelObj>.availableTags
27 replies
DIAdiscord.js - Imagine an app
Created by Ninjacornix on 9/23/2023 in #djs-questions
How can I add tag to discord forum using djs.
Yes, thats the other way. Here is the link to documentation where you can find availableTags option
27 replies
DIAdiscord.js - Imagine an app
Created by Ninjacornix on 9/23/2023 in #djs-questions
How can I add tag to discord forum using djs.
Documentation is so powerful, so I suggest you to learn how to use it
27 replies
DIAdiscord.js - Imagine an app
Created by Ninjacornix on 9/23/2023 in #djs-questions
How can I add tag to discord forum using djs.
Glad to hear that
27 replies
DIAdiscord.js - Imagine an app
Created by Ninjacornix on 9/23/2023 in #djs-questions
How can I add tag to discord forum using djs.
thanks, corrected
27 replies
DIAdiscord.js - Imagine an app
Created by Ninjacornix on 9/23/2023 in #djs-questions
How can I add tag to discord forum using djs.
so this should work
ch.setAvailableTags([
{
name: "first tag"
},
{
name: "other tag",
emoji: {name: '😇'}
}
])
ch.setAvailableTags([
{
name: "first tag"
},
{
name: "other tag",
emoji: {name: '😇'}
}
])
27 replies
DIAdiscord.js - Imagine an app
Created by Ninjacornix on 9/23/2023 in #djs-questions
How can I add tag to discord forum using djs.
I believe you should use this method on forumchannel object and as a parameter, you should give an array with objects representing tags
27 replies
DIAdiscord.js - Imagine an app
Created by Ninjacornix on 9/23/2023 in #djs-questions
How can I add tag to discord forum using djs.
27 replies
DIAdiscord.js - Imagine an app
Created by KamilS on 9/22/2023 in #djs-questions
wiki command
Due to discord limitations, you can't
10 replies
DIAdiscord.js - Imagine an app
Created by KamilS on 9/22/2023 in #djs-questions
wiki command
maybe this will help
10 replies