Kenryuakuma
Kenryuakuma
DIAdiscord.js - Imagine a boo! 👻
Created by Kenryuakuma on 8/10/2024 in #djs-questions
.ENV file does not recognized in Synology NAS after shutdown
Well...I am just wondering what happens and why the .ENV file is not recognized after uploading it to the synology NAS with node.js installed. Prior to the sudden shutdown of the synology a few days ago, it still worked but after shutting down Synology and restarted, the .env file didn't get recognized in Synology but it works locally. The structure of the file are exactly the same as before and nothing changed.
3 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Kenryuakuma on 6/12/2024 in #djs-questions
Button Interaction Help
No description
10 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Kenryuakuma on 5/30/2024 in #djs-questions
Build each user a unique sets of buttons
This is the link. https://discordjs.guide/message-components/buttons.html#building-buttons I am just wondering how I can build a unique sets of buttons for each user. For instance, if a user type in a slash command such as /option, then a set of buttons like the above link shows will pop up. But those buttons belong uniquely to the user who triggers it and not to be shared. Cuz I built one like that before, but if one user uses it, it is fine, but if two or more users use it, then the variable that is set by the first user after clicking the button to set the value and put that into a variable will be overridden by the second user. In other word, a set of buttons are shared among users and it does not matter who triggers it.
60 replies