From 72cfd729a7da5678b25bd161ba9a2105b52ba59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 6 Aug 2022 17:47:39 +0200 Subject: [PATCH] a --- discord_embed/webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.