yo
This commit is contained in:
1
main.py
1
main.py
@@ -18,7 +18,6 @@ def convert_ghost_to_discord(ghost_payload):
|
|||||||
return {
|
return {
|
||||||
"embeds": [{
|
"embeds": [{
|
||||||
"title": post.get("title"),
|
"title": post.get("title"),
|
||||||
"description": post.get("excerpt", "")[:200] + "...",
|
|
||||||
"url": f"https://torrtle.co/{post.get('slug')}",
|
"url": f"https://torrtle.co/{post.get('slug')}",
|
||||||
"color": "0x00ff00",
|
"color": "0x00ff00",
|
||||||
"thumbnail": {
|
"thumbnail": {
|
||||||
|
|||||||
Reference in New Issue
Block a user