Interacting with a kicked user
Hey yall, I am trying to make a verification bot that dose not use a external website (Just checking if the user can enter the correct info in a field really) but I want the bot to kick the user and DM them, then have the user reply to the bot with the info. I am aware that you cant dm a user after you have kicked them so is there some way to message them before they are kicked with a button that opens a modal or some other way for the user to interact with the bot and provide text input? Thanks in advance!
5 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPmaybe use a modal?
So user apps are installed per DM channel?
No, they are installed everywhere. All DMs, GDMs and servers. But only for that user
Can I uninstall the app for the user after the process is complete?
Ok, I will go for a User app.