CanineData
CanineData
DIAdiscord.js - Imagine an app
Created by Tissemyren on 2/26/2024 in #djs-questions
I don't really understand the registering slash commands part of the guide
They do both go through all commands in the commands folder, but the deploy commands script registers the command to discord, while the index.js script only adds said commands to a Collection in the client
11 replies
DIAdiscord.js - Imagine an app
Created by dlex on 1/1/2024 in #djs-questions
Private Threads
The docs also explicitly say startThread creates a public thread
6 replies
DIAdiscord.js - Imagine an app
Created by dlex on 1/1/2024 in #djs-questions
Private Threads
I’m fairly sure you can’t start private threads from messages
6 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 3/21/2023 in #djs-questions
Unarchive thread error
It's because mentions in embeds aren't actually members, it only pulls the user from the cache and renders it as a mention if found
15 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 3/21/2023 in #djs-questions
Unarchive thread error
Try fetching instead
15 replies
DIAdiscord.js - Imagine an app
Created by !Delta! on 3/21/2023 in #djs-questions
Unarchive thread error
Iirc archived threads aren’t cached
15 replies
DIAdiscord.js - Imagine an app
Created by Mysterious_Dev on 3/20/2023 in #djs-questions
[TypeScript] Non required option for slash commands
You need to set the parameter type of the function
11 replies