dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
683 stars 162 forks source link

Add :attr:`Message.ephemeral` #331

Closed Iinksafe closed 2 years ago

Iinksafe commented 2 years ago

Summary

Add an attribute to the discord.Message class indicating if the message is ephemeral or not.

What is the feature request for?

The core library

The Problem

When using interactions, we want to know if the message can only be seen by us or everyone. 👀

The Ideal Solution

Implement a new attribute to discord.Message named ephemeral which is a property that returns True if the message can only be seen by us; else False if it's visible by everyone.

The Current Solution

No response

Additional Context

No response

dolfies commented 2 years ago

Already exists as a message flag.