montri
montri
DIAdiscord.js - Imagine an app
Created by montri on 1/19/2023 in #djs-questions
deleting/hiding message within channel for specific user
Now obviously this would work just fine within a dm channel, as i can delete messages however i want and the user would not see them anymore, however it wasn't really my intention to personally dm each user embed messages.
6 replies
DIAdiscord.js - Imagine an app
Created by montri on 1/19/2023 in #djs-questions
deleting/hiding message within channel for specific user
Basically i have bot that is simply webscrapping websites to gain information about certain computer hardware and even promo codes for specific games. (as in like reward codes you would say) My intention was, whenever the user decided to click on the button (either to buy the article, or to use the code), the message in the channel would disappear for set user, as he "already interacted" with the message. Obviously, it does not matter how the user interacts with the message or at all, all i would realistically need for such action is the user object and the message object.
6 replies
DIAdiscord.js - Imagine an app
Created by montri on 1/19/2023 in #djs-questions
deleting/hiding message within channel for specific user
Meaning the only real way to keep a message user specific is to either make countless channels or to use the DM channel for it. Gotchu. Thanks!
6 replies
DIAdiscord.js - Imagine an app
Created by montri on 1/19/2023 in #djs-questions
deleting/hiding message within channel for specific user
discordjs: v13.11.0 and node: v19.4.0
6 replies