Receive and interact with notifications? #613
Replies: 4 comments 4 replies
-
|
@dolfies I'm also curious about this, I can't find anything in the documentation in regards to it. Closest I've found was this, which I think only pertains to official dismissable messages and not ones sent by bots: discord.py-self/discord/settings.py Line 242 in 9c1047b |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Is there a way to listen for notification-type messages? i.e. those with "Only you can view this message - Dismiss" at the bottom.
Also, interacting with their buttons?
This is a DM with another bot whose buttons I want press, but it only works with regular messages received in on_message. Notifications or whatever they're called aren't even fired in on_message
Beta Was this translation helpful? Give feedback.
All reactions