|
|
@ -26,6 +26,7 @@ from __future__ import annotations |
|
|
|
|
|
|
|
import copy |
|
|
|
import time |
|
|
|
import secrets |
|
|
|
import asyncio |
|
|
|
from datetime import datetime |
|
|
|
from typing import ( |
|
|
@ -1614,6 +1615,9 @@ class Messageable: |
|
|
|
else: |
|
|
|
flags = MISSING |
|
|
|
|
|
|
|
if nonce is None: |
|
|
|
nonce = secrets.randbits(64) |
|
|
|
|
|
|
|
with handle_message_parameters( |
|
|
|
content=content, |
|
|
|
tts=tts, |
|
|
|