Creeper
Creeper
DIAdiscord.js - Imagine an app
Created by Creeper on 9/13/2023 in #djs-questions
fetch replys to a message
is this possible. want to make a message action thing where u open the apps section of a message and then u can get all the replies a message has
2 replies
DIAdiscord.js - Imagine an app
Created by Creeper on 4/4/2023 in #djs-questions
external emoji in string choice
when i pass string of external emoji into string choices of slash command it doesn't work
2 replies
DIAdiscord.js - Imagine an app
Created by Creeper on 12/9/2022 in #djs-questions
advanced auto complete aearch
How can I search an array of objects but for multiple fields. Name, description, and other properties in the array. Willing to use library if performance is fast
5 replies
DIAdiscord.js - Imagine an app
Created by Creeper on 11/9/2022 in #djs-questions
log bot out without errors
How can I log the bot out and then not have any errors when making requests. Like the bot still tried to send messages and it errors but how can I stop it from throwing an error then
18 replies
DIAdiscord.js - Imagine an app
Created by Creeper on 11/4/2022 in #djs-questions
how to get bot in app directory
i dont think have to be verified cuz i saw some unverified bots there but is there some endpoint u have to post to or how do u get ur bot there in the app directory tab
2 replies
DIAdiscord.js - Imagine an app
Created by Creeper on 10/25/2022 in #djs-questions
message with back and forward buttons
i've seen bots that have buttons to go back and forward and they change the buttons and embed based on if u go back or forward. if the bot shuts down i'm not sure what would happen if u tried to go back/forward. is there a way to make the pagination work after the bot is restarted?
30 replies
DIAdiscord.js - Imagine an app
Created by Creeper on 8/26/2022 in #djs-questions
reupload image
in message embed how do i just reupload image to discord cdn instead of using original url
9 replies
DIAdiscord.js - Imagine an app
Created by Creeper on 8/22/2022 in #djs-questions
autocomplete emojis
in autocomplete how can emojis be used and can guild ones be used
19 replies
DIAdiscord.js - Imagine an app
Created by Creeper on 8/22/2022 in #djs-questions
how to check command group and subcommand
if (i.isAutocomplete() && i.options?.getSubcommandGroup(false) === "cosmetics" && i.options?.getSubcommand(false) === "search")
if (i.isAutocomplete() && i.options?.getSubcommandGroup(false) === "cosmetics" && i.options?.getSubcommand(false) === "search")
is there any way better to check the options of the command without all the "false"
10 replies
DIAdiscord.js - Imagine an app
Created by Creeper on 8/22/2022 in #djs-questions
max options
what is the max amount of options on a slash command. how does /tag have so many
7 replies
DIAdiscord.js - Imagine an app
Created by Creeper on 8/18/2022 in #djs-questions
autocomplete slash commands matching feature.
55 replies