mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add discord embed designer to payload construct docstring
This commit is contained in:
parent
d10de65c5a
commit
7738103691
@ -19,6 +19,10 @@ class DiscordWebhook(WebhookProvider):
|
||||
|
||||
Returns:
|
||||
tuple: A tuple containing the constructed payload (dict) incl headers (dict).
|
||||
|
||||
Note:
|
||||
- Discord embed designer
|
||||
- https://discohook.org/
|
||||
"""
|
||||
current_datetime = datetime.utcnow()
|
||||
formatted_datetime = (
|
||||
|
Loading…
Reference in New Issue
Block a user