Making DM Start a Privileged Intent #5230
Unanswered
gamer0mega
asked this question in
API Feature Requests & Ideas
Replies: 2 comments 6 replies
-
I'm not sure this would help. If a spammer/hacker wants to send advertisements or fake giveaway DMs, I would imagine they'd already be using regular user accounts (not tagged as bots), so this intent wouldn't do anything to them. |
Beta Was this translation helpful? Give feedback.
5 replies
-
I think this is not good idea and I have two reasons for it:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I personally think that bots should not be able to DM users unless the user DMs the bot first, as this is being abused by bots which DM advertise, send fake giveaway DMs and other hacked bots.
Example:
Without intent, starting a DM Channel - POST /channels/@me => Cannot create a DM with a recipient which did not DM the application.
Without intent, GETting a DM Channel, or both of those with the intent - POST /channels/@me => (DM Channel)
Beta Was this translation helpful? Give feedback.
All reactions