From 0cd1a88316a9d35d54da04b6992cb26e7b0e7527 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 18 Feb 2021 00:23:58 -0500 Subject: [PATCH] Clarify Message.nonce documentation Fix #2451 --- discord/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/message.py b/discord/message.py index 7df7f6c9d..bdb9e05d1 100644 --- a/discord/message.py +++ b/discord/message.py @@ -406,7 +406,7 @@ class Message(Hashable): The actual contents of the message. nonce The value used by the discord guild and the client to verify that the message is successfully sent. - This is typically non-important. + This is not stored long term within Discord's servers and is only used ephemerally. embeds: List[:class:`Embed`] A list of embeds the message has. channel: Union[:class:`abc.Messageable`]