From f80a263bfc024eade1c35b336128a74b707d2a3a Mon Sep 17 00:00:00 2001 From: ChrisJL Date: Sun, 2 Jul 2023 08:55:52 +0100 Subject: Update expiry label from 1 month to 30 days (#185) Since there isn't 1 true answer to how many seconds are in 1 month, making it 30 days is just easier. --- pydis_core/utils/paste_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_core') diff --git a/pydis_core/utils/paste_service.py b/pydis_core/utils/paste_service.py index 2a898fc4..a8be0888 100644 --- a/pydis_core/utils/paste_service.py +++ b/pydis_core/utils/paste_service.py @@ -90,7 +90,7 @@ async def send_to_paste_service( log.debug(f"Sending contents of size {contents_size} bytes to paste service.") payload = { - "expiry": "1month", + "expiry": "30days", "long": "on", # Use a longer URI for the paste. "files": [ {"name": file_name, "lexer": lexer, "content": contents}, -- cgit v1.2.3