Kevinnnn
Kevinnnn
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
something like that
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
import { ApplicationCommandOptionType } from 'discord.js'

options: [
{
type: ApplicationCommandOptionType.String
}
]
import { ApplicationCommandOptionType } from 'discord.js'

options: [
{
type: ApplicationCommandOptionType.String
}
]
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
again, those types in options have to be either an enum or number
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
and where is your deploy-commands.js?
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
when you upload slash commands to discord, what code are you using to do that
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
how are you parsing your slash commands data when updating your slash commands?
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
we'll start with options
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
For options or the embed?
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
I'm confused on what you say isn't in the guide that is in your code
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
anddddd what does it not have?
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
No description
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
could you rephrase that maybe? I have no idea what youre asking here
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
you're on discord.js v14 but the code you've been providing has been v13
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
what guide are you using ^^
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
otherwise you can use the corresponding numbers
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
yes, it is a type you have to import
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
option types aren't uppercase strings anymore, they are either enums or numbers
101 replies
DIAdiscord.js - Imagine an app
Created by Jereme on 6/25/2024 in #djs-questions
Hello sorry im new to this but did i do this right
there is something similar in the guide, you can try to use the one you have or make a new one from the guide
101 replies