#click button
44 messages · Page 1 of 1 (latest)
- What's your exact discord.js
npm list discord.jsand nodenode -vversion? - Not a discord.js issue? Check out #1081585952654360687.
- 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 staff
bots cannot trigger interactions
users can?
well yeah, they’re the ones who use discord lol
like i wanna automate trigger interaction
you can’t
bots cannot trigger interactions
self bots are against tos
and this is the d.js server, not python
self bots are against tos
- Do not use self-bots or user-bots. Each account must be associated with a human, not a bot. (See our Platform Manipulation Policy Explainer for more.)
but if we still use it?
i’m not really going to answer that
as i saw people doing it
that doesn’t make it okay
it was really needed else i wouldn't have gone against tos
what is the goal here?
its like i have some button in a server
on clicking it i get a specific message on dm
i want the new message like every 30 minutes
as its like a price change thing
that seems really spammy i don’t suggest this idea at all
you click a button, sends a trigger for the interactionCreate event with info on who pressed it, custom id, user, etc
i’m not sure how that’s relevant
bots again still cannot trigger interactions
no this
the part on clicking
like how they send a trigger to bot
or how they receive that i clicked
the button
Interactions are not made to automate your process. Use a webhook and a cronjob or similar.
i don’t quite understand why you need to know that
So that I can make a click request by my own
You can’t as pointed out multiple times.
i said this like 4 times
Hm understood