diff --git a/discord/http.py b/discord/http.py index 504852945..822a9d395 100644 --- a/discord/http.py +++ b/discord/http.py @@ -412,7 +412,7 @@ class HTTPClient: def send_message( self, channel_id: Snowflake, - content: str, + content: Optional[str], *, tts: bool = False, embed: Optional[embed.Embed] = None,