Respond with error code

This commit is contained in:
2021-12-07 20:02:21 +01:00
parent fad95e339c
commit 0b387cc792
2 changed files with 34 additions and 27 deletions

View File

@ -6,8 +6,8 @@ from dotenv import load_dotenv
class Settings:
description = (
"Discord will only create embeds for videos and images if they are smaller than 8mb. We can 'abuse' this"
" by using the 'twitter:image' HTML meta tag."
"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()