souji
souji
DIAdiscord.js - Imagine an app
Created by anchelte on 2/2/2025 in #djs-questions
Multi select with autocomplete
there's no interface for that then, no
13 replies
DIAdiscord.js - Imagine an app
Created by anchelte on 2/2/2025 in #djs-questions
Multi select with autocomplete
but a proper "accumulate picks from autocomplete" is not available
13 replies
DIAdiscord.js - Imagine an app
Created by anchelte on 2/2/2025 in #djs-questions
Multi select with autocomplete
if your pick amount is very limited, multiple auto completes i guess
13 replies
DIAdiscord.js - Imagine an app
Created by anchelte on 2/2/2025 in #djs-questions
Multi select with autocomplete
no
13 replies
DIAdiscord.js - Imagine an app
Created by vince on 1/29/2025 in #djs-questions
Fetch all messages in a text channel
@vince since this has resulted in some discussion i feel inclined to post a bit of a warning here: i'm not sure what intentions you have here, but i'd urge you to re-read the disclaimer and discord dev tos and guidelines you are not permitted to persistently store user generated (read: message) content persistently at rest without reason and encryption at rest what you are doing here eerily sounds like you are trying to either query messages in bulk or otherwise persistently retain messages additionally, you are mistaken with the "one and done" idea of this, since any downtime either on your or discords end may result in you not receiving messages and thus serving wrong information - in whatever you are collecting this information for i also want to mention that a "once and done" operation may still leave the "feasible and permitted" area rather quickly consider i want to fetch the entire history of our #general chat. fetching paginated resources will not endlessly scale and may result in immense resource allocation for little to no benefit - again, i urge you to read about the requirements for storing user generated content we don't need to further discuss that, but it is worth mentioning and considering
25 replies
DIAdiscord.js - Imagine an app
Created by JAMPERR7 on 1/8/2025 in #djs-questions
Slash Commands
it should be a chat input command still, but it won't be in the context of a guild/cached guild if that's something you expect/enforce in code
18 replies
DIAdiscord.js - Imagine an app
Created by JAMPERR7 on 1/8/2025 in #djs-questions
Slash Commands
if not, there might be some part of your command handler like "in cached guild" guards that prevents execution
18 replies
DIAdiscord.js - Imagine an app
Created by JAMPERR7 on 1/8/2025 in #djs-questions
Slash Commands
does it reach that portion of code? (try putting a log there)
18 replies
DIAdiscord.js - Imagine an app
Created by JAMPERR7 on 1/8/2025 in #djs-questions
Slash Commands
does it reach that code?
18 replies
DIAdiscord.js - Imagine an app
Created by JAMPERR7 on 1/8/2025 in #djs-questions
Slash Commands
"does not work" surfaces how?
18 replies
DIAdiscord.js - Imagine an app
Created by JAMPERR7 on 1/8/2025 in #djs-questions
Slash Commands
np, glad it worked
18 replies
DIAdiscord.js - Imagine an app
Created by JAMPERR7 on 1/8/2025 in #djs-questions
Slash Commands
contexts
18 replies
DIAdiscord.js - Imagine an app
Created by JAMPERR7 on 1/8/2025 in #djs-questions
Slash Commands
specify the context in the command payload
18 replies
DIAdiscord.js - Imagine an app
Created by Striker (Ethan) on 12/23/2024 in #djs-voice
Commands fail to load / refresh if I require client
if you are working with an official streaming service you should use their APIs to download and play the song distube and ytdl are by definition against terms of service as they facilitate the playback of songs the user does not have permissions to use we uphold both community and dev tos here and will not provide support with this
6 replies
DIAdiscord.js - Imagine an app
Created by (✞+s͙n͙a͙k͙e͙r͙+✞) on 12/20/2024 in #djs-questions
Is it possible to use Discord.JS and make a bot with it on mobile?
discord.js is a node.js api wrapper if you can get node.js to run on your phone, you can use discord.js
3 replies
DIAdiscord.js - Imagine an app
Created by LEveLiQ on 12/19/2024 in #djs-questions
slash commands not registering
if you add the app to the server again, you have to deploy the commands again
17 replies
DIAdiscord.js - Imagine an app
Created by LEveLiQ on 12/19/2024 in #djs-questions
slash commands not registering
if you remove the app from the guild all its commands in the context of that specific guild are also gone
17 replies
DIAdiscord.js - Imagine an app
Created by LEveLiQ on 12/19/2024 in #djs-questions
slash commands not registering
you can either deploy commands globally, so they are available in any guilds that have the app or you can deploy them on a specific guild
17 replies
DIAdiscord.js - Imagine an app
Created by LEveLiQ on 12/19/2024 in #djs-questions
slash commands not registering
i mean... you kicked the bot, of course the guild commands are gone? not sure what you expected here
17 replies
DIAdiscord.js - Imagine an app
Created by Bank Owner on 12/18/2024 in #djs-questions
client.on('error')
v13 is no longer supported, please update at your earliest convenience - other than that you will unfortunately be on your own
5 replies