diff --git a/discord_embed/webhook.py b/discord_embed/webhook.py index 4bc4930..dc85674 100644 --- a/discord_embed/webhook.py +++ b/discord_embed/webhook.py @@ -5,7 +5,7 @@ from discord_embed import settings def send_webhook(message: str) -> None: - """Send webhook to Discord. + """Send a webhook to Discord. Args: message: The message to send.