RateLimited
RateLimited
DIAdiscord.js - Imagine an app
Created by RateLimited on 3/8/2025 in #djs-questions
How to use .setChoices/.addChoices. SlashCommandBuilder
.addStringOption(option => option
.setName('color')

.addChoices(["Default", "White", "Aqua", "Green", "Blue", "Yellow", "Purple", "LuminousVividPink", "Fuchsia", "Gold", "Orange", "Red", "Grey", "Navy", "DarkAqua", "DarkGreen", "DarkBlue", "DarkPurple", "DarkVividPink", "DarkGold", "DarkOrange", "DarkRed", "DarkGrey", "DarkerGrey", "LightGrey", "DarkNavy", "Blurple", "Greyple", "DarkButNotBlack", "NotQuiteBlack", "Random"])
.setDescription('easy embed color picker refer, for custom use r,g,b options.'),

)
.addStringOption(option => option
.setName('color')

.addChoices(["Default", "White", "Aqua", "Green", "Blue", "Yellow", "Purple", "LuminousVividPink", "Fuchsia", "Gold", "Orange", "Red", "Grey", "Navy", "DarkAqua", "DarkGreen", "DarkBlue", "DarkPurple", "DarkVividPink", "DarkGold", "DarkOrange", "DarkRed", "DarkGrey", "DarkerGrey", "LightGrey", "DarkNavy", "Blurple", "Greyple", "DarkButNotBlack", "NotQuiteBlack", "Random"])
.setDescription('easy embed color picker refer, for custom use r,g,b options.'),

)
4 replies
DIAdiscord.js - Imagine an app
Created by RateLimited on 3/6/2025 in #djs-questions
How to make a new line in app command string option type.
thank you, i will look over this
7 replies
DIAdiscord.js - Imagine an app
Created by RateLimited on 3/6/2025 in #djs-questions
How to make a new line in app command string option type.
I am newer to discord.js switching from discord.py can you please explain.
7 replies