Syjalo
Syjalo
DIAdiscord.js - Imagine an app
Created by #ToiYeuSweetLiquor <3 on 4/21/2025 in #djs-questions
Missing modal update method
Check if it's from a message first
5 replies
DIAdiscord.js - Imagine an app
Created by xxwzy on 4/2/2025 in #djs-questions
Question
With choices up to 25 options Need more? Use autocomplete
8 replies
DIAdiscord.js - Imagine an app
Created by P H O E T A N I X on 4/2/2025 in #djs-questions
My members / staff cant see/use slash commands
Just don't ping random people or if they haven't answered in a while
62 replies
DIAdiscord.js - Imagine an app
Created by P H O E T A N I X on 4/2/2025 in #djs-questions
My members / staff cant see/use slash commands
No worries
62 replies
DIAdiscord.js - Imagine an app
Created by P H O E T A N I X on 4/2/2025 in #djs-questions
My members / staff cant see/use slash commands
Can you show how you register commands?
62 replies
DIAdiscord.js - Imagine an app
Created by P H O E T A N I X on 4/2/2025 in #djs-questions
My members / staff cant see/use slash commands
I'm not sure what is wrong then
62 replies
DIAdiscord.js - Imagine an app
Created by P H O E T A N I X on 4/2/2025 in #djs-questions
My members / staff cant see/use slash commands
The bot is not registered in the guild then
62 replies
DIAdiscord.js - Imagine an app
Created by P H O E T A N I X on 4/2/2025 in #djs-questions
My members / staff cant see/use slash commands
Did you register the app on the guild, not on your user? Did you set default member permissions? Do they have Use App Commands permission? Is there any overrides in Server settings > Integrations > The bot > Commands > Permissions
62 replies
DIAdiscord.js - Imagine an app
Created by kwamppi on 3/27/2025 in #djs-questions
Slashcommand permissions
From the API you can only set required permission
6 replies
DIAdiscord.js - Imagine an app
Created by kwamppi on 3/27/2025 in #djs-questions
Slashcommand permissions
That's not developer's job. Server admins can manage that in Server settings > Integrations > The bot > Commands > Permissions
6 replies
DIAdiscord.js - Imagine an app
Created by LucaNL on 3/8/2025 in #djs-questions
Discord Move Logs
Check the old and new state
14 replies
DIAdiscord.js - Imagine an app
Created by LucaNL on 3/8/2025 in #djs-questions
Discord Move Logs
This is the event
14 replies
DIAdiscord.js - Imagine an app
Created by LucaNL on 3/8/2025 in #djs-questions
Discord Move Logs
What do you mean?
14 replies
DIAdiscord.js - Imagine an app
Created by LucaNL on 3/8/2025 in #djs-questions
Discord Move Logs
You need GuildVoiceStates intent
14 replies
DIAdiscord.js - Imagine an app
Created by Gatti on 3/7/2025 in #djs-questions
Problem with channel fetching
Fetching doesn't depend on the shard. It will fetch the same channel from the REST API for all shards Make it simple. You can fetch the user, just in one shard. Then you can use user.createDM() to get the channel.
23 replies
DIAdiscord.js - Imagine an app
Created by Vandyck on 3/2/2025 in #djs-questions
Message Object sending ephemeral message
There's modal, if you need an input from the user
12 replies
DIAdiscord.js - Imagine an app
Created by Krauti on 3/1/2025 in #djs-questions
Application Commands API does not return localization
You set it as a query param
15 replies
DIAdiscord.js - Imagine an app
Created by Krauti on 3/1/2025 in #djs-questions
Application Commands API does not return localization
Also descriptionLocalized and descriptionLocalization are not things, since this is a raw API call. Use snake_case
15 replies
DIAdiscord.js - Imagine an app
Created by Krauti on 3/1/2025 in #djs-questions
Application Commands API does not return localization
There's with_localizations option
15 replies
DIAdiscord.js - Imagine an app
Created by Alix on 2/13/2025 in #djs-questions
subcommand not showing
Probably you didn't save the file
34 replies