mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-21 10:26:47 +00:00
Fix type for content param in HTTPClient.send_message
This commit is contained in:
parent
cdf46127ae
commit
400936df69
@ -412,7 +412,7 @@ class HTTPClient:
|
|||||||
def send_message(
|
def send_message(
|
||||||
self,
|
self,
|
||||||
channel_id: Snowflake,
|
channel_id: Snowflake,
|
||||||
content: str,
|
content: Optional[str],
|
||||||
*,
|
*,
|
||||||
tts: bool = False,
|
tts: bool = False,
|
||||||
embed: Optional[embed.Embed] = None,
|
embed: Optional[embed.Embed] = None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user