diff options
| author | Riley Shaw <[email protected]> | 2019-10-06 20:01:34 +0100 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-10-17 05:56:01 -0400 |
| commit | 848866948205184228ef05296b421c4c75b0d562 (patch) | |
| tree | f4b09a24f9ea00a49eac0db85c183e02d84f67f8 | |
| parent | [commands] Fix grammar (diff) | |
| download | discord.py-848866948205184228ef05296b421c4c75b0d562.tar.xz discord.py-848866948205184228ef05296b421c4c75b0d562.zip | |
add suppress-embeds to on_message_edit triggers
| -rw-r--r-- | docs/api.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index c2e94798..ca27a6d3 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -308,6 +308,7 @@ to handle it, which defaults to print a traceback and ignoring the exception. - For performance reasons, the embed server does not do this in a "consistent" manner. + - The message's embeds were suppressed or unsuppressed. - A call message has received an update to its participants or ending time. :param before: The previous version of the message. |