mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +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(
|
||||
self,
|
||||
channel_id: Snowflake,
|
||||
content: str,
|
||||
content: Optional[str],
|
||||
*,
|
||||
tts: bool = False,
|
||||
embed: Optional[embed.Embed] = None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user