Modify OpenAPI and only have one return in upload_file()

This commit is contained in:
2023-01-09 05:07:56 +01:00
parent f6261107bd
commit 88074d8ab5
3 changed files with 16 additions and 31 deletions

View File

@ -4,11 +4,6 @@ import sys
from dotenv import load_dotenv
DESCRIPTION: str = (
"Discord will only create embeds for videos and images if they are "
"smaller than 8 mb. We can 'abuse' this by creating a .html that "
"contains the 'twitter:player' HTML meta tag linking to the video."
)
# Load environment variables
load_dotenv()