waraside
waraside
DIAdiscord.js - Imagine an app
Created by waraside on 1/28/2025 in #djs-questions
Trying to figure out why my user app doesn't work in direct messages.
it's working now
15 replies
DIAdiscord.js - Imagine an app
Created by waraside on 1/28/2025 in #djs-questions
Trying to figure out why my user app doesn't work in direct messages.
thanks
15 replies
DIAdiscord.js - Imagine an app
Created by waraside on 1/28/2025 in #djs-questions
Trying to figure out why my user app doesn't work in direct messages.
ok
15 replies
DIAdiscord.js - Imagine an app
Created by waraside on 1/28/2025 in #djs-questions
Trying to figure out why my user app doesn't work in direct messages.
I know it can take a while to update globally
15 replies
DIAdiscord.js - Imagine an app
Created by waraside on 1/28/2025 in #djs-questions
Trying to figure out why my user app doesn't work in direct messages.
globally
15 replies
DIAdiscord.js - Imagine an app
Created by waraside on 1/28/2025 in #djs-questions
Trying to figure out why my user app doesn't work in direct messages.
I think this is correct
15 replies
DIAdiscord.js - Imagine an app
Created by waraside on 1/28/2025 in #djs-questions
Trying to figure out why my user app doesn't work in direct messages.
import { SlashCommandBuilder, InteractionContextType } from 'discord.js';

new SlashCommandBuilder()
.setContexts([
InteractionContextType.BotDM,
InteractionContextType.Guild,
InteractionContextType.PrivateChannel
])
.setName('help')
.setDescription('Gets help infomation.')
import { SlashCommandBuilder, InteractionContextType } from 'discord.js';

new SlashCommandBuilder()
.setContexts([
InteractionContextType.BotDM,
InteractionContextType.Guild,
InteractionContextType.PrivateChannel
])
.setName('help')
.setDescription('Gets help infomation.')
15 replies
DIAdiscord.js - Imagine an app
Created by waraside on 1/28/2025 in #djs-questions
Trying to figure out why my user app doesn't work in direct messages.
15 replies
DIAdiscord.js - Imagine an app
Created by waraside on 1/28/2025 in #djs-questions
Trying to figure out why my user app doesn't work in direct messages.
ok I think I solved it... I think I need wait for global commands to update to know for sure
15 replies